Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionprintf style formatting Pin
bob1697223-May-06 4:36
bob1697223-May-06 4:36 
AnswerRe: printf style formatting Pin
toxcct23-May-06 5:01
toxcct23-May-06 5:01 
GeneralRe: printf style formatting [modified] Pin
bob1697223-May-06 6:33
bob1697223-May-06 6:33 
GeneralRe: printf style formatting Pin
toxcct23-May-06 6:38
toxcct23-May-06 6:38 
GeneralRe: printf style formatting Pin
bob1697223-May-06 7:54
bob1697223-May-06 7:54 
GeneralRe: printf style formatting [modified] Pin
led mike23-May-06 7:06
led mike23-May-06 7:06 
GeneralRe: printf style formatting [modified] Pin
bob1697223-May-06 8:09
bob1697223-May-06 8:09 
GeneralRe: printf style formatting [modified] Pin
John R. Shaw23-May-06 12:34
John R. Shaw23-May-06 12:34 
No need to be embarrassed, I do not know if anyone else here has been down the same road you are following, but I followed that exact same road. I recommend that you think of a personal project, preferably the development of a template that you can develop on your own at home. You just need to make the requirement that it is written entirely in standard C++ (no Microsoft extensions or dependency allowed), taking full advantage of the STL (Standard Template Library). Just pretend you are back writing code for DOS. I recommend template development because that requires a better understanding of C++, than non-template development.

One last note: MFC messed me up as well, since I was bypassing the basics of C++ and locking myself in that world. Get back to your roots, the way you learned C in the first place.


INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra
QuestionHow to read / write Windows NT Extended Attribute Data and Property Data stream Pin
Touseef Afzal23-May-06 4:09
Touseef Afzal23-May-06 4:09 
QuestionMixing C inside MFC programs Pin
blacksalt23-May-06 3:57
blacksalt23-May-06 3:57 
AnswerRe: Mixing C inside MFC programs Pin
Cedric Moonen23-May-06 4:06
Cedric Moonen23-May-06 4:06 
AnswerRe: Mixing C inside MFC programs Pin
John R. Shaw23-May-06 13:11
John R. Shaw23-May-06 13:11 
GeneralRe: Mixing C inside MFC programs Pin
blacksalt24-May-06 3:59
blacksalt24-May-06 3:59 
GeneralRe: Mixing C inside MFC programs Pin
John R. Shaw3-Jun-06 4:41
John R. Shaw3-Jun-06 4:41 
QuestionDeleting a line in a text file Pin
Azghar Hussain23-May-06 3:56
professionalAzghar Hussain23-May-06 3:56 
AnswerRe: Deleting a line in a text file Pin
Cedric Moonen23-May-06 4:03
Cedric Moonen23-May-06 4:03 
GeneralRe: Deleting a line in a text file Pin
Azghar Hussain23-May-06 4:12
professionalAzghar Hussain23-May-06 4:12 
GeneralRe: Deleting a line in a text file Pin
toxcct23-May-06 4:16
toxcct23-May-06 4:16 
GeneralRe: Deleting a line in a text file Pin
Cedric Moonen23-May-06 4:18
Cedric Moonen23-May-06 4:18 
GeneralRe: Deleting a line in a text file Pin
Azghar Hussain23-May-06 4:25
professionalAzghar Hussain23-May-06 4:25 
GeneralRe: Deleting a line in a text file Pin
led mike23-May-06 6:00
led mike23-May-06 6:00 
Questionhow to change back ground color of slider control Pin
aaaan23-May-06 3:14
aaaan23-May-06 3:14 
AnswerRe: how to change back ground color of slider control Pin
Laxman Auti23-May-06 3:26
Laxman Auti23-May-06 3:26 
Questiondata visualisation in command prompt [modified] Pin
McBridou23-May-06 2:45
McBridou23-May-06 2:45 
QuestionDraw transparent bitmap in desktop Pin
Hadi Dayvary23-May-06 2:33
professionalHadi Dayvary23-May-06 2:33 

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.