Click here to Skip to main content
15,868,016 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
Ideally, for learning C++, you do not need a GUI.
You can simply the console message using cout.

If you still need a GUI, MFC is the best bet for native C++.
ATL also has window classes and there is an unsupported windowing framework called WTL that builds on top of this.

In the .Net world there is a C++ extension called C++/CLI that has a GUI.
But this is not strictly C++ because new syntax has been introduced.

Metro apps or Windows Store apps use XAML for its GUI.
But this is also not native C++.
It is another extension called C++/CX that is very similar to C++/CLI in syntax.

So if you really want to learn C++, simply use cout to output messages because it will work not matter what OS you're running it on.
«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++) (October 2009 - September 2013)

Polymorphism in C

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 
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 
AnswerRe: how to increase the width and height of a bitmap in mfc.? Pin
_Flaviu28-Feb-13 21:00
_Flaviu28-Feb-13 21:00 
GeneralRe: how to increase the width and height of a bitmap in mfc.? Pin
mbatra311-Mar-13 1:13
mbatra311-Mar-13 1:13 
AnswerRe: how to increase the width and height of a bitmap in mfc.? Pin
Jochen Arndt28-Feb-13 21:20
professionalJochen Arndt28-Feb-13 21:20 
QuestionHELP: UNICODE conversion sprung up problems with CString & CHARFORMAT2 Pin
andwan028-Feb-13 4:00
andwan028-Feb-13 4:00 
AnswerRe: HELP: UNICODE conversion sprung up problems with CString & CHARFORMAT2 Pin
Jochen Arndt28-Feb-13 4:52
professionalJochen Arndt28-Feb-13 4:52 
QuestionDialog Template is replacing Standard Dialog Pin
002comp27-Feb-13 23:11
002comp27-Feb-13 23:11 
AnswerRe: Dialog Template is replacing Standard Dialog Pin
Richard MacCutchan28-Feb-13 3:02
mveRichard MacCutchan28-Feb-13 3:02 
GeneralRe: Dialog Template is replacing Standard Dialog Pin
002comp28-Feb-13 19:41
002comp28-Feb-13 19:41 
GeneralRe: Dialog Template is replacing Standard Dialog Pin
Richard MacCutchan28-Feb-13 22:01
mveRichard MacCutchan28-Feb-13 22:01 
GeneralRe: Dialog Template is replacing Standard Dialog Pin
002comp1-Mar-13 0:33
002comp1-Mar-13 0:33 
QuestionChange Network configuration using win32 VC++ Pin
Sachin k Rajput 27-Feb-13 22:13
Sachin k Rajput 27-Feb-13 22:13 
SuggestionRe: Change Network configuration using win32 VC++ Pin
Richard MacCutchan28-Feb-13 3:01
mveRichard MacCutchan28-Feb-13 3:01 

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.