C++ For Win Or Visual C++ ???

R

Ron AF Greve

Hi,


I use MFC when I need a small dialog based app. For instance just to create
a simple applciations with a list checkbox etc.

When I am writing something large I'd rather do it from scratch. MFC
functions do not always what you expect (for instance data exchange also
creates the windows in controls) This sometimes takes quite some time to
'debug'. Also you are forced into certain applications. Also when you add
handlers yourself to the tables it is easy to screw up things and very hard
to make the whole wizard system work again (I must say that I am still using
Visual C++ 2003, so maybe things improved in 2008).

Although wxWidgets seems to be based on how MFC work I found that actually
easier to use.

The only drawback is that with a Win32 project you have to write more code
(but at least you know what is going on).

Just my personal opinion.

Regards, Ron AF Greve

http://www.InformationSuperHighway.eu

Hi,

Just start a Win32 project or a complete empty project in Visual C++?

MFC is just a framework you certainly do not have to use it. You could
also
use another framework for instance wxWidgets.

Regards, Ron AF Greve

http://www.InformationSuperHighway.eu
so , which better ? Win32 Or MFC?
 
Z

zippo!

IMHO, the Windows Template Library. Currently, I'm using MFC 9 only
because of the Feature Pack's cool new controls.

 
Can you get me Free Win32 Programming PDF book ?!
 
A

Angus

If you are new to C++ you should ignore frameworks such as MFC and learn the
basics first. Then as already suggested I would also recommend WTL.

If you are asking for a free C++ programming book ... I am really
questioning your commitment to what is a STEEP learning curve.


IMHO, the Windows Template Library. Currently, I'm using MFC 9 only
because of the Feature Pack's cool new controls.
Can you get me Free Win32 Programming PDF book ?!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,170
Messages
2,570,925
Members
47,466
Latest member
DrusillaYa

Latest Threads

Top