Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Network monitoring of client Pin
Anonymous24-Jan-04 18:08
Anonymous24-Jan-04 18:08 
GeneralIntegrating latest MSDN with VC++ 6.0 Pin
Gary Chapman24-Jan-04 17:22
Gary Chapman24-Jan-04 17:22 
GeneralRe: Integrating latest MSDN with VC++ 6.0 Pin
Anonymous24-Jan-04 18:28
Anonymous24-Jan-04 18:28 
Questionis C++ programs portable?? Pin
Prakash Nadar24-Jan-04 16:17
Prakash Nadar24-Jan-04 16:17 
AnswerRe: is C++ programs portable?? Pin
bneacetp24-Jan-04 16:24
bneacetp24-Jan-04 16:24 
GeneralRe: is C++ programs portable?? Pin
Anonymous24-Jan-04 19:03
Anonymous24-Jan-04 19:03 
GeneralRe: is C++ programs portable?? Pin
Johnny ²24-Jan-04 21:40
Johnny ²24-Jan-04 21:40 
AnswerRe: is C++ programs portable?? Pin
toxcct25-Jan-04 22:44
toxcct25-Jan-04 22:44 
Theorically, C/C++ are independant and run on many machines whatever the source.
Actually, if your program call some specific libraries as unistd.h (standard UNIX functions) this is not recognized by all the compilers (Visual C++ don't know unistd.h for example).
If you want to be as independant as you can, use the standard library of the language, use the native in capital lettres (as INT, UINT, BOOL)..., use TCHAR for unicode or ansi (depending on a #define).


TOXCCT
Generalstd::list question Pin
bneacetp24-Jan-04 15:31
bneacetp24-Jan-04 15:31 
GeneralRe: std::list question Pin
PJ Arends24-Jan-04 18:05
professionalPJ Arends24-Jan-04 18:05 
GeneralRe: std::list question Pin
bneacetp24-Jan-04 18:17
bneacetp24-Jan-04 18:17 
GeneralRe: std::list question Pin
bneacetp28-Jan-04 23:20
bneacetp28-Jan-04 23:20 
GeneralRe: std::list question Pin
PJ Arends31-Jan-04 6:00
professionalPJ Arends31-Jan-04 6:00 
Generalstatic member functions & multithreading Pin
Ernesto D.24-Jan-04 13:58
Ernesto D.24-Jan-04 13:58 
GeneralRe: static member functions & multithreading Pin
Michael Dunn24-Jan-04 19:01
sitebuilderMichael Dunn24-Jan-04 19:01 
GeneralRe: static member functions & multithreading Pin
Ernesto D.26-Jan-04 12:04
Ernesto D.26-Jan-04 12:04 
GeneralRe: static member functions & multithreading Pin
Michael Dunn26-Jan-04 12:30
sitebuilderMichael Dunn26-Jan-04 12:30 
GeneralRe: static member functions & multithreading Pin
Gerald Schwab25-Jan-04 17:03
Gerald Schwab25-Jan-04 17:03 
GeneralRe: static member functions & multithreading Pin
Ernesto D.26-Jan-04 12:02
Ernesto D.26-Jan-04 12:02 
GeneralSuspend Program Execution Pin
Daniel132424-Jan-04 13:17
Daniel132424-Jan-04 13:17 
GeneralRe: Suspend Program Execution Pin
wb25-Jan-04 4:31
wb25-Jan-04 4:31 
GeneralRe: Suspend Program Execution Pin
Daniel132425-Jan-04 7:43
Daniel132425-Jan-04 7:43 
GeneralStretchDIBits returns weird artifacts Pin
cnstrnd24-Jan-04 13:08
cnstrnd24-Jan-04 13:08 
GeneralRe: StretchDIBits returns weird artifacts Pin
CodeBrain25-Jan-04 21:53
CodeBrain25-Jan-04 21:53 
GeneralAccelerators Pin
Deian24-Jan-04 13:06
Deian24-Jan-04 13:06 

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.