Jump to content
Tuts 4 You

MFC


xSRTsect

Recommended Posts

Posted

I was wondering what your suggestions would be for documentation on how to use MFC - the ideal deal would be from the basics to more complex stuff. But if this is not possible then whatever best documentation you can think of.


 


Thanks for your kind and unconditional support,


 


xSRTsect


Posted

My advice is to avoid MFC if you can.


Posted

Agreed - taking shortcuts isnt always the best way. MFC as a framework is old an outdated.


 


Either go with C/C++ or C#/some other .NET language.


 


Only advantage of MFC is the Document/View framwork, but even then I'd think twice.


Posted

So in order to use Windows and controls you suggest the good old api oriented programming?

Posted

How big is your project ?


 


Can you use languages other than C++ ?


 


Did you check Qt framework ?


Posted

Qt framework is a waste of time and space as it is a library that includes support for a wide range of platforms that do not interest me. I am just seeking for the best way to code user interfaces with the less effort and I want to do this with c++

Posted

If your gui is very simple: Win api directly


if your gui is not simple: http://wtl.sourceforge.net -> Scylla uses this


if your gui is complex: qt


 


simple as that...


Posted

Perfect! It was something like this that I was looking for

Posted

sorry kura, it is wtl that got me hooked :)


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...