Click here to Skip to main content
15,888,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Tab Control -- dialog resource question Pin
Maximilien26-Sep-07 7:13
Maximilien26-Sep-07 7:13 
GeneralRe: Tab Control -- dialog resource question Pin
Izk26-Sep-07 9:09
Izk26-Sep-07 9:09 
GeneralRe: Tab Control -- dialog resource question -- Update solution Pin
Izk27-Sep-07 8:38
Izk27-Sep-07 8:38 
GeneralRe: Tab Control -- dialog resource question -- Updated further Pin
Izk27-Sep-07 10:59
Izk27-Sep-07 10:59 
QuestionGood C site for C++ programmer Pin
Mark J. Miller26-Sep-07 5:48
Mark J. Miller26-Sep-07 5:48 
AnswerRe: Good C site for C++ programmer Pin
Jeremy Falcon26-Sep-07 5:57
professionalJeremy Falcon26-Sep-07 5:57 
GeneralRe: Good C site for C++ programmer Pin
Mark J. Miller26-Sep-07 6:19
Mark J. Miller26-Sep-07 6:19 
GeneralRe: Good C site for C++ programmer Pin
Matthew Faithfull26-Sep-07 6:32
Matthew Faithfull26-Sep-07 6:32 
I have found on several occasions that doing even a simplistic ( one file == one class ) port of C code to C++ has helped me to understand the code much better than any amount of time spent simply reading it. There are also numerous potential advantages in porting the code from spotting bugs to taking advantage of newer technologies. There's always the risk of introducing new bugs of course but most of this can be offset by being able to test in direct comparison to the original code. If it was me I'd probably C++ the code as straight forwardly as possible, make it work, and then look at ways to improve it if the schedule allowed.

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: Good C site for C++ programmer Pin
Jeremy Falcon26-Sep-07 7:32
professionalJeremy Falcon26-Sep-07 7:32 
GeneralRe: Good C site for C++ programmer Pin
John R. Shaw26-Sep-07 22:10
John R. Shaw26-Sep-07 22:10 
QuestionRe: Good C site for C++ programmer Pin
David Crow26-Sep-07 6:04
David Crow26-Sep-07 6:04 
AnswerRe: Good C site for C++ programmer Pin
Eytukan27-Sep-07 8:05
Eytukan27-Sep-07 8:05 
AnswerRe: Good C site for C++ programmer Pin
Mark J. Miller26-Sep-07 7:41
Mark J. Miller26-Sep-07 7:41 
GeneralRe: Good C site for C++ programmer Pin
Eytukan27-Sep-07 8:15
Eytukan27-Sep-07 8:15 
AnswerRe: Good C site for C++ programmer Pin
Hamid_RT26-Sep-07 19:01
Hamid_RT26-Sep-07 19:01 
QuestionSerialization of enumerated types Pin
bob1697226-Sep-07 5:05
bob1697226-Sep-07 5:05 
AnswerRe: Serialization of enumerated types Pin
Chris Losinger26-Sep-07 5:06
professionalChris Losinger26-Sep-07 5:06 
GeneralRe: Serialization of enumerated types Pin
bob1697226-Sep-07 8:07
bob1697226-Sep-07 8:07 
GeneralRe: Serialization of enumerated types Pin
Chris Losinger26-Sep-07 8:14
professionalChris Losinger26-Sep-07 8:14 
GeneralRe: Serialization of enumerated types Pin
bob1697226-Sep-07 8:36
bob1697226-Sep-07 8:36 
QuestionRe: Serialization of enumerated types Pin
David Crow26-Sep-07 6:02
David Crow26-Sep-07 6:02 
AnswerRe: Serialization of enumerated types Pin
bob1697226-Sep-07 8:05
bob1697226-Sep-07 8:05 
GeneralRe: Serialization of enumerated types Pin
David Crow26-Sep-07 8:28
David Crow26-Sep-07 8:28 
GeneralRe: Serialization of enumerated types Pin
bob1697226-Sep-07 8:37
bob1697226-Sep-07 8:37 
QuestionRe: Serialization of enumerated types Pin
Nelek26-Sep-07 20:16
protectorNelek26-Sep-07 20:16 

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.