Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Please lent me some idea.. Pin
Richard MacCutchan15-Oct-09 22:14
mveRichard MacCutchan15-Oct-09 22:14 
QuestionGettextextent and Screen resolution Pin
ForNow15-Oct-09 12:32
ForNow15-Oct-09 12:32 
AnswerRe: Gettextextent and Screen resolution Pin
«_Superman_»15-Oct-09 12:57
professional«_Superman_»15-Oct-09 12:57 
GeneralRe: Gettextextent and Screen resolution Pin
ForNow15-Oct-09 13:32
ForNow15-Oct-09 13:32 
GeneralRe: Gettextextent and Screen resolution Pin
«_Superman_»15-Oct-09 13:37
professional«_Superman_»15-Oct-09 13:37 
GeneralRe: Gettextextent and Screen resolution Pin
ForNow15-Oct-09 13:43
ForNow15-Oct-09 13:43 
GeneralOT Pin
Rajesh R Subramanian15-Oct-09 19:02
professionalRajesh R Subramanian15-Oct-09 19:02 
GeneralRe: OT Pin
«_Superman_»15-Oct-09 19:06
professional«_Superman_»15-Oct-09 19:06 
GeneralRe: OT Pin
Rajesh R Subramanian15-Oct-09 19:10
professionalRajesh R Subramanian15-Oct-09 19:10 
GeneralRe: OT Pin
«_Superman_»15-Oct-09 19:13
professional«_Superman_»15-Oct-09 19:13 
Question8 puzzle problem Pin
Adam2009215-Oct-09 10:40
Adam2009215-Oct-09 10:40 
AnswerRe: 8 puzzle problem Pin
Reagan Conservative15-Oct-09 10:45
Reagan Conservative15-Oct-09 10:45 
AnswerRe: 8 puzzle problem Pin
CPallini15-Oct-09 20:59
mveCPallini15-Oct-09 20:59 
AnswerRe: 8 puzzle problem Pin
Michael Schubert15-Oct-09 22:18
Michael Schubert15-Oct-09 22:18 
GeneralRe: 8 puzzle problem Pin
Caslen16-Oct-09 0:51
Caslen16-Oct-09 0:51 
QuestionWhat would you recommend for Unmanaged Desktop Apps? Pin
Fabio Franco15-Oct-09 7:20
professionalFabio Franco15-Oct-09 7:20 
AnswerRe: What would you recommend for Unmanaged Desktop Apps? Pin
Rajesh R Subramanian15-Oct-09 7:27
professionalRajesh R Subramanian15-Oct-09 7:27 
GeneralRe: What would you recommend for Unmanaged Desktop Apps? Pin
Fabio Franco15-Oct-09 7:48
professionalFabio Franco15-Oct-09 7:48 
AnswerRe: What would you recommend for Unmanaged Desktop Apps? Pin
Rajesh R Subramanian15-Oct-09 8:10
professionalRajesh R Subramanian15-Oct-09 8:10 
GeneralRe: What would you recommend for Unmanaged Desktop Apps? Pin
Fabio Franco15-Oct-09 8:35
professionalFabio Franco15-Oct-09 8:35 
GeneralRe: What would you recommend for Unmanaged Desktop Apps? Pin
Rajesh R Subramanian15-Oct-09 8:45
professionalRajesh R Subramanian15-Oct-09 8:45 
GeneralRe: What would you recommend for Unmanaged Desktop Apps? Pin
Fabio Franco15-Oct-09 9:00
professionalFabio Franco15-Oct-09 9:00 
GeneralRe: What would you recommend for Unmanaged Desktop Apps? Pin
Rajesh R Subramanian15-Oct-09 9:05
professionalRajesh R Subramanian15-Oct-09 9:05 
GeneralRe: What would you recommend for Unmanaged Desktop Apps? Pin
Fabio Franco15-Oct-09 9:12
professionalFabio Franco15-Oct-09 9:12 
AnswerRe: What would you recommend for Unmanaged Desktop Apps? Pin
Rajesh R Subramanian15-Oct-09 8:27
professionalRajesh R Subramanian15-Oct-09 8:27 
Don't be lost or confused with the whole of the stuff.

Think only about C++, along with which you would learn STL. For this, I'd recommend Thinking in C++[^], by Bruce Eckel. The book is neatly written and organised. The books (two parts) are legally available for downloading from the author's own site for free! You may learn boost later, as your goal is to start doing windows programming first.

After you have working knowledge of C++, you may proceed to learn MFC (I already recommended a book). MFC will sometime need you to have knowledge of Windows programming (which has a pretty steep learning curve). However, it won't do so much of harm if you start it right with MFC and learn Windows programming and the gory Win32 API programming aside.

Your first goal is C++ with STL, so get started with Bruce Eckel's book. After you feel confident with it, come back here and tell us your status and people here will guide you further. Smile | :)


“Follow your bliss.” – Joseph Campbell

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.