Click here to Skip to main content
16,006,768 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
This is the first time I have been back since I posted my answer to you, but it appears you get the idea. Please do not use synonyms or Web acronyms when talking about coding, use the complete word so every one knows what you are talking about (assuming fns means function).

During the process I would be surprised if you did not receive many errors. Most of those should be related to I/O, always try to separate the I/O from the code that actually does the work as much as possible. Your ultimate goal is to write a solution (program) that has a back end (which does the work) and a front end (which show it to the user). If you do it right, then the back end will be portable (at least in theory).


INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra
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 
AnswerRe: Draw transparent bitmap in desktop Pin
_AnsHUMAN_ 23-May-06 2:41
_AnsHUMAN_ 23-May-06 2:41 
GeneralRe: Draw transparent bitmap in desktop Pin
Hadi Dayvary23-May-06 2:58
professionalHadi Dayvary23-May-06 2:58 
GeneralRe: Draw transparent bitmap in desktop Pin
Laxman Auti23-May-06 3:01
Laxman Auti23-May-06 3:01 
AnswerRe: Draw transparent bitmap in desktop Pin
ThatsAlok23-May-06 2:46
ThatsAlok23-May-06 2:46 
GeneralRe: Draw transparent bitmap in desktop Pin
Hadi Dayvary23-May-06 3:00
professionalHadi Dayvary23-May-06 3:00 
QuestionCTreeCtrl Pin
Niro198323-May-06 2:22
Niro198323-May-06 2:22 

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.