Advertisement

MFC Programming vs' ...........

Started by May 08, 2000 01:14 PM
9 comments, last by Ozz 24 years, 6 months ago
Good MFC source sites:

www.codeguru.com
www.codeproject.com

And MFC encapsulates Win32 messaging with macros, you''re using the exact same system with less hassle... About portability: No, MFC isn''t portable, neither is Win32.

The C++ vs Assembler argument is slightly pointless here, MFC is not a different language, it''s a wrapper-set of classes around the Win32 API to provide for often-used functionality.


#pragma DWIM // Do What I Mean!

~ Mad Keith ~
**I use Software Mode**
It's only funny 'till someone gets hurt.And then it's just hilarious.Unless it's you.

This topic is closed to new replies.

Advertisement