Click here to Skip to main content
15,906,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
GeneralRe: MFC Programming Pin
Unque5-Mar-13 22:51
Unque5-Mar-13 22:51 
AnswerRe: MFC Programming Pin
«_Superman_»1-Mar-13 16:28
professional«_Superman_»1-Mar-13 16:28 
GeneralRe: MFC Programming Pin
Unque5-Mar-13 22:57
Unque5-Mar-13 22:57 
AnswerRe: MFC Programming Pin
Stephen Hewitt2-Mar-13 12:27
Stephen Hewitt2-Mar-13 12:27 
AnswerRe: MFC Programming Pin
Joe Woodbury4-Mar-13 11:39
professionalJoe Woodbury4-Mar-13 11:39 
If your application is Windows specific and needs any sort of performance advantage, MFC is fantastic. Personally, I like the enhancements to it offered by CodeJock, but to each his own. People like to gripe about MFC because it doesn't have C++ purity, but who cares; it's fast and, with a few exceptions, stays out of my way (in what matters to me.)

On the other hand, for database front ends, ASP and UI applications where you are willing to give up some fine grained control, a little performance AND you are still Windows specific, .NET is the way to go. Some people here have advocated going the Silverlight route. I'm not a fan, but my work doesn't fall into the niche where Silverlight makes sense.

For cross platform, despite some its ugliness, including it's massive size and very annoying pre-compiler, Qt is probably the best bet. (WxWidgets is also worth looking into, but I'm more familiar with Qt and personally find it better going forward, though I could change my mind tomorrow.)

I do agree with a comment above; if you are just learning C++, don't bother with a GUI. Same with C#. Just use the console and try to keep the code as procedural as possible and build from there once you get the basic concepts down. To be honest, I prefer people start with C, but that may not be realistic today.
GeneralRe: MFC Programming Pin
Stephen Hewitt16-Mar-13 13:48
Stephen Hewitt16-Mar-13 13:48 
Questionhow to increase the width and height of a bitmap in mfc.? Pin
mbatra3128-Feb-13 19:53
mbatra3128-Feb-13 19:53 

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.