Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: add element to array c++ Pin
CPallini3-Mar-13 21:52
mveCPallini3-Mar-13 21:52 
AnswerRe: add element to array c++ Pin
Richard MacCutchan3-Mar-13 21:57
mveRichard MacCutchan3-Mar-13 21:57 
GeneralRe: add element to array c++ Pin
Eshoula Aswomwe3-Mar-13 23:23
Eshoula Aswomwe3-Mar-13 23:23 
GeneralRe: add element to array c++ Pin
Richard MacCutchan3-Mar-13 23:29
mveRichard MacCutchan3-Mar-13 23:29 
GeneralRe: add element to array c++ Pin
Eshoula Aswomwe3-Mar-13 23:38
Eshoula Aswomwe3-Mar-13 23:38 
GeneralRe: add element to array c++ Pin
Richard MacCutchan4-Mar-13 0:07
mveRichard MacCutchan4-Mar-13 0:07 
Questionhow to find 80 port is in use or not Pin
venkatesh528672-Mar-13 22:43
venkatesh528672-Mar-13 22:43 
AnswerRe: how to find 80 port is in use or not Pin
Garth J Lancaster2-Mar-13 23:13
professionalGarth J Lancaster2-Mar-13 23:13 
QuestionRe: how to find 80 port is in use or not Pin
David Crow3-Mar-13 10:33
David Crow3-Mar-13 10:33 
AnswerRe: how to find 80 port is in use or not Pin
Garth J Lancaster3-Mar-13 10:43
professionalGarth J Lancaster3-Mar-13 10:43 
AnswerRe: how to find 80 port is in use or not Pin
«_Superman_»3-Mar-13 14:43
professional«_Superman_»3-Mar-13 14:43 
QuestionLooking for good example for CMFCPropertyGridCtrl . Pin
oleg631-Mar-13 6:14
professionaloleg631-Mar-13 6:14 
AnswerRe: Looking for good example for CMFCPropertyGridCtrl . Pin
«_Superman_»1-Mar-13 16:31
professional«_Superman_»1-Mar-13 16:31 
QuestionMFC Programming Pin
Unque28-Feb-13 22:50
Unque28-Feb-13 22:50 
AnswerRe: MFC Programming Pin
Richard MacCutchan1-Mar-13 0:40
mveRichard MacCutchan1-Mar-13 0:40 
GeneralRe: MFC Programming Pin
Unque5-Mar-13 22:50
Unque5-Mar-13 22:50 
AnswerRe: MFC Programming Pin
Captain Price1-Mar-13 4:06
professionalCaptain Price1-Mar-13 4:06 
AnswerRe: MFC Programming Pin
Alan Balkany1-Mar-13 4:09
Alan Balkany1-Mar-13 4:09 
GeneralRe: MFC Programming Pin
Captain Price1-Mar-13 21:06
professionalCaptain Price1-Mar-13 21:06 
GeneralRe: MFC Programming Pin
Erudite_Eric2-Mar-13 20:12
Erudite_Eric2-Mar-13 20:12 
GeneralRe: MFC Programming Pin
Alan Balkany4-Mar-13 3:39
Alan Balkany4-Mar-13 3:39 
The consistently incomplete documentation for MFC makes it difficult to use.

Of course an MFC expert can easily use it to solve problems. But it's not user friendly to someone who's not an expert. With .NET and intellisense, you can use .NET effectively even if you don't know it very well.

A couple examples of MFC landmines that eat up the hours and days of your development time:

1. You have a CBitmap and you want to load a .bmp file from disk. How do you do it?
(HINT: CBitmap::LoadBitmap () doesn't work. How retarded is that?)

2. You see that OnDraw () is used to update windows. Fair enough. But you try to use it on a CDialog and it doesn't f***ing work!. Part B: You try to use it on a CFrameWnd and it doesn't f***ing work, but for a DIFFERENT reason!

MFC is full of garbage like this! (And I used it back in 1997 when you couldn't just go to the Internet for a quick answer.) MFC is one of the reasons I hate Microsoft!

modified 4-Mar-13 11:20am.

GeneralRe: MFC Programming Pin
Joe Woodbury4-Mar-13 11:46
professionalJoe Woodbury4-Mar-13 11:46 
GeneralRe: MFC Programming Pin
Alan Balkany4-Mar-13 11:50
Alan Balkany4-Mar-13 11:50 
GeneralRe: MFC Programming Pin
Joe Woodbury4-Mar-13 14:03
professionalJoe Woodbury4-Mar-13 14:03 
AnswerRe: MFC Programming Pin
oleg631-Mar-13 6:11
professionaloleg631-Mar-13 6:11 

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.