Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: question about the vi editor (shell scripts) Pin
Hamid_RT17-Jul-06 19:26
Hamid_RT17-Jul-06 19:26 
GeneralRe: question about the vi editor (shell scripts) Pin
Steve S17-Jul-06 21:51
Steve S17-Jul-06 21:51 
QuestionMenu in a MDI app (MFC 7.1) Pin
AkiraOne17-Jul-06 3:57
AkiraOne17-Jul-06 3:57 
AnswerRe: Menu in a MDI app (MFC 7.1) Pin
Nibu babu thomas17-Jul-06 18:28
Nibu babu thomas17-Jul-06 18:28 
GeneralRe: Menu in a MDI app (MFC 7.1) Pin
AkiraOne17-Jul-06 20:29
AkiraOne17-Jul-06 20:29 
QuestionBifurcating data in the form of nodes tobe stored in Tree Control Pin
ANAND JOSHI17-Jul-06 3:23
ANAND JOSHI17-Jul-06 3:23 
AnswerRe: Bifurcating data in the form of nodes tobe stored in Tree Control Pin
led mike17-Jul-06 7:26
led mike17-Jul-06 7:26 
QuestionNeed Help with Custom ListCtrl [modified] Pin
Jethro6317-Jul-06 3:13
Jethro6317-Jul-06 3:13 
QuestionHow to find the used memory? Pin
bosfan17-Jul-06 3:00
bosfan17-Jul-06 3:00 
AnswerRe: How to find the used memory? Pin
earl17-Jul-06 4:48
earl17-Jul-06 4:48 
QuestionReplacing my Menu with Default Menu of CFomView Pin
Uday Janaswamy17-Jul-06 2:30
Uday Janaswamy17-Jul-06 2:30 
AnswerRe: Replacing my Menu with Default Menu of CFomView Pin
*Dreamz17-Jul-06 3:09
*Dreamz17-Jul-06 3:09 
GeneralRe: Replacing my Menu with Default Menu of CFomView Pin
Uday Janaswamy17-Jul-06 3:25
Uday Janaswamy17-Jul-06 3:25 
GeneralRe: Replacing my Menu with Default Menu of CFomView Pin
*Dreamz17-Jul-06 3:34
*Dreamz17-Jul-06 3:34 
QuestionPorting C++ code from linux to Windows Pin
learning_a_lot17-Jul-06 2:14
learning_a_lot17-Jul-06 2:14 
AnswerRe: Porting C++ code from linux to Windows Pin
Cedric Moonen17-Jul-06 2:31
Cedric Moonen17-Jul-06 2:31 
The C++ language is perfectly portable. What is not portable is some of the libraries you are using and of course, everything that is related to the platform. If it is a console application, it should be quite easy to port but if you are running a GUI application, then it will be more complicated to do.

In general, you design your application with portability in mind (by using portable libraries like wxWidgets for example).


Cédric Moonen
Software developer

Charting control
AnswerRe: Porting C++ code from linux to Windows [modified] Pin
markkuk17-Jul-06 2:34
markkuk17-Jul-06 2:34 
GeneralRe: Porting C++ code from linux to Windows Pin
learning_a_lot17-Jul-06 4:52
learning_a_lot17-Jul-06 4:52 
AnswerRe: Porting C++ code from linux to Windows Pin
Rilhas21-Jul-06 13:10
Rilhas21-Jul-06 13:10 
Questionhow to print from MFC to command Line Pin
kanna_p17-Jul-06 1:56
kanna_p17-Jul-06 1:56 
AnswerRe: how to print from MFC to command Line Pin
see me17-Jul-06 2:03
see me17-Jul-06 2:03 
QuestionRe: how to print from MFC to command Line Pin
David Crow17-Jul-06 2:40
David Crow17-Jul-06 2:40 
AnswerRe: how to print from MFC to command Line Pin
Monty217-Jul-06 3:08
Monty217-Jul-06 3:08 
AnswerRe: how to print from MFC to command Line Pin
kanna_p17-Jul-06 17:47
kanna_p17-Jul-06 17:47 
GeneralRe: how to print from MFC to command Line Pin
David Crow18-Jul-06 2:38
David Crow18-Jul-06 2:38 

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.