Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: dll problem? Pin
YaronNir12-Mar-05 11:28
YaronNir12-Mar-05 11:28 
GeneralPlease help, i got problem with memory allocation Pin
Rassul Yunussov11-Mar-05 22:58
Rassul Yunussov11-Mar-05 22:58 
GeneralWorking with MS Word Pin
Zero_divide_111-Mar-05 20:44
Zero_divide_111-Mar-05 20:44 
Generaldiference between C++ and VC++ Pin
Anonymous11-Mar-05 19:42
Anonymous11-Mar-05 19:42 
GeneralRe: diference between C++ and VC++ Pin
Zero_divide_111-Mar-05 20:26
Zero_divide_111-Mar-05 20:26 
GeneralRe: diference between C++ and VC++ Pin
markkuk12-Mar-05 0:45
markkuk12-Mar-05 0:45 
GeneralRe: diference between C++ and VC++ Pin
deldeep12-Mar-05 2:59
deldeep12-Mar-05 2:59 
GeneralRe: diference between C++ and VC++ Pin
John R. Shaw12-Mar-05 13:46
John R. Shaw12-Mar-05 13:46 
Difficult question! VC++ and C++ are the same thing, the differences lay in what non-standard C++ keywords are specific to the MS-VC++ compiler. Other C++ compilers also have there own non-standard keywords. You can look up MS-VC++ specific keywords in the MSDN library, also many you will see many places in MSDN that state "Microsoft specific", which apply either to keywords of compiler specific instructions.

Your best bet is to get a book on standard C++, like those written by the origanal author of C++ Bjarne Stoustrup or maybe P.J. Plauger (former member of the standards commitee). Once you know what is standard C++, then you will beable to see what is not standard in VC++.

Another source of information are articles on cross platform programming, and also cross platform libraries (there are some at sourceforge.net, as a matter of fact there are lots of projects at sourceforge.net that are cross platform).

P.S. not all compilers are standards compliant, so just because the standard says something is so, does not mean that it is so for a given compiler.

INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralaHelp with SSL through anuthenticating proxy in WinInet Pin
Nickmatic11-Mar-05 14:50
Nickmatic11-Mar-05 14:50 
Generalcritical error Pin
mpapeo11-Mar-05 13:00
mpapeo11-Mar-05 13:00 
GeneralRe: critical error Pin
John R. Shaw12-Mar-05 14:17
John R. Shaw12-Mar-05 14:17 
GeneralRe: critical error Pin
mpapeo13-Mar-05 11:16
mpapeo13-Mar-05 11:16 
GeneralRe: critical error Pin
John R. Shaw15-Mar-05 10:23
John R. Shaw15-Mar-05 10:23 
QuestionHow to check wheter a specified path is a dir? Pin
Member 1219625211-Mar-05 12:32
Member 1219625211-Mar-05 12:32 
AnswerRe: How to check wheter a specified path is a dir? Pin
PJ Arends11-Mar-05 12:41
professionalPJ Arends11-Mar-05 12:41 
AnswerRe: How to check wheter a specified path is a dir? Pin
Ravi Bhavnani11-Mar-05 14:42
professionalRavi Bhavnani11-Mar-05 14:42 
AnswerRe: How to check wheter a specified path is a dir? Pin
Michael Dunn11-Mar-05 15:15
sitebuilderMichael Dunn11-Mar-05 15:15 
GeneralGetting rights for OpenSCManager Pin
bepperso11-Mar-05 11:02
bepperso11-Mar-05 11:02 
Generaldisplay a html page which is in memory Pin
includeh1011-Mar-05 10:31
includeh1011-Mar-05 10:31 
GeneralRe: display a html page which is in memory Pin
Ravi Bhavnani11-Mar-05 10:55
professionalRavi Bhavnani11-Mar-05 10:55 
Generalmemory allocation in dll Pin
NMiceli11-Mar-05 8:59
NMiceli11-Mar-05 8:59 
GeneralRe: memory allocation in dll Pin
Chris Losinger11-Mar-05 9:43
professionalChris Losinger11-Mar-05 9:43 
GeneralRe: memory allocation in dll Pin
NMiceli11-Mar-05 10:30
NMiceli11-Mar-05 10:30 
GeneralRe: memory allocation in dll Pin
cmk11-Mar-05 15:56
cmk11-Mar-05 15:56 
GeneralRe: memory allocation in dll Pin
Anonymous11-Mar-05 16:10
Anonymous11-Mar-05 16:10 

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.