Click here to Skip to main content
15,917,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSound question Pin
DaveE9th5-Aug-03 14:14
DaveE9th5-Aug-03 14:14 
GeneralUML Pin
Alexander M.,5-Aug-03 13:26
Alexander M.,5-Aug-03 13:26 
GeneralRe: UML Pin
Anonymous5-Aug-03 21:18
Anonymous5-Aug-03 21:18 
GeneralLayered Service Provider (LSP) Pin
Kuniva5-Aug-03 13:07
Kuniva5-Aug-03 13:07 
GeneralProblems making a LIB file Pin
JMPAC5-Aug-03 13:02
JMPAC5-Aug-03 13:02 
GeneralMFC is NOT good OOP Pin
Rohde5-Aug-03 12:58
Rohde5-Aug-03 12:58 
GeneralRe: MFC is NOT good OOP Pin
Andrew Walker5-Aug-03 13:36
Andrew Walker5-Aug-03 13:36 
GeneralRe: MFC is NOT good OOP Pin
jhwurmbach5-Aug-03 21:26
jhwurmbach5-Aug-03 21:26 
MFC was designed when OOP was just starting. The VC++ compiler back then was bad, did not support
the full C++ standard and the STL was not yet designed.
So MFC is full of crude hacks to circumvent the copiler bugs. It sports its own set of containers (with a flawed design) instead of using the STL ones.

Newer frameworks usually have better OO design.
But I can't help you which one to choose. I do not know enough of them.

Rohde wrote:
Lastly, does MFC have a steep learning curve?

If you know Win32 before, it is just a thin wrapper. But for starting, it may be sometimes puzzeling. But OTOH, you get more books and articles for help than you ever can read.


Who is 'General Failure'? And why is he reading my harddisk?!?
GeneralRe: MFC is NOT good OOP Pin
Ryan Binns6-Aug-03 1:33
Ryan Binns6-Aug-03 1:33 
GeneralRe: MFC is NOT good OOP Pin
QuiJohn6-Aug-03 3:25
QuiJohn6-Aug-03 3:25 
GeneralRe: MFC is NOT good OOP Pin
Ryan Binns6-Aug-03 3:37
Ryan Binns6-Aug-03 3:37 
GeneralRe: MFC is NOT good OOP Pin
Nemanja Trifunovic6-Aug-03 5:36
Nemanja Trifunovic6-Aug-03 5:36 
GeneralRe: MFC is NOT good OOP Pin
Ryan Binns6-Aug-03 18:40
Ryan Binns6-Aug-03 18:40 
GeneralRe: MFC is NOT good OOP Pin
J. Dunlap6-Aug-03 18:48
J. Dunlap6-Aug-03 18:48 
GeneralChild Windows Pin
Marissa1825-Aug-03 12:02
Marissa1825-Aug-03 12:02 
GeneralRe: Child Windows Pin
Dave Bryant5-Aug-03 12:45
Dave Bryant5-Aug-03 12:45 
GeneralNeed Help, I'm a newb to all this Pin
beerdrinker11145-Aug-03 10:37
beerdrinker11145-Aug-03 10:37 
GeneralRe: Need Help, I'm a newb to all this Pin
Terry O'Nolley5-Aug-03 13:34
Terry O'Nolley5-Aug-03 13:34 
GeneralRe: Need Help, I'm a newb to all this Pin
beerdrinker11146-Aug-03 11:46
beerdrinker11146-Aug-03 11:46 
GeneralCRecordset::Requery() Q. Pin
Anonymous5-Aug-03 10:01
Anonymous5-Aug-03 10:01 
GeneralRe: CRecordset::Requery() Q. Pin
Tony Fontenot5-Aug-03 11:56
Tony Fontenot5-Aug-03 11:56 
GeneralRe: CRecordset::Requery() Q. Pin
Tom Archer5-Aug-03 12:42
Tom Archer5-Aug-03 12:42 
GeneralVC6 and watching static variables Pin
QuiJohn5-Aug-03 9:54
QuiJohn5-Aug-03 9:54 
GeneralRe: VC6 and watching static variables Pin
Marissa1825-Aug-03 12:23
Marissa1825-Aug-03 12:23 
GeneralRe: VC6 and watching static variables Pin
QuiJohn6-Aug-03 3:06
QuiJohn6-Aug-03 3:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.