Click here to Skip to main content
16,016,781 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Text file Pin
Anurag Gandhi21-May-07 22:28
professionalAnurag Gandhi21-May-07 22:28 
GeneralRe: Text file Pin
Christian Graus21-May-07 22:54
protectorChristian Graus21-May-07 22:54 
AnswerRe: Text file Pin
Hamid_RT22-May-07 0:34
Hamid_RT22-May-07 0:34 
QuestionSome code of VC++ Pin
tyagineha21-May-07 21:22
tyagineha21-May-07 21:22 
AnswerRe: Some code of VC++ Pin
Christian Graus21-May-07 22:01
protectorChristian Graus21-May-07 22:01 
JokeRe: Some code of VC++ Pin
CPallini21-May-07 23:05
mveCPallini21-May-07 23:05 
GeneralRe: Some code of VC++ Pin
Mark Salsbery22-May-07 4:07
Mark Salsbery22-May-07 4:07 
AnswerRe: Some code of VC++ Pin
Mark Salsbery22-May-07 4:10
Mark Salsbery22-May-07 4:10 
For debug builds, it tells the compiler to use the crt debug "new" operator instead of the normal
one. The debug version adds leak detection and maybe some other stuff.

It also, as metioned, sets the THIS_FILE define to the current file. This information
is used when dumping memory leak info.

Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

QuestionCWInThread Pin
Kiran Pinjala21-May-07 21:13
Kiran Pinjala21-May-07 21:13 
AnswerRe: CWInThread Pin
Roger Stoltz21-May-07 21:31
Roger Stoltz21-May-07 21:31 
GeneralRe: CWInThread Pin
Naveen21-May-07 21:47
Naveen21-May-07 21:47 
GeneralRe: CWInThread Pin
Roger Stoltz21-May-07 22:02
Roger Stoltz21-May-07 22:02 
GeneralRe: CWInThread Pin
Naveen21-May-07 22:18
Naveen21-May-07 22:18 
GeneralRe: CWInThread Pin
Roger Stoltz21-May-07 22:28
Roger Stoltz21-May-07 22:28 
GeneralRe: CWInThread Pin
Mark Salsbery22-May-07 4:13
Mark Salsbery22-May-07 4:13 
GeneralRe: CWInThread Pin
Kiran Pinjala22-May-07 0:36
Kiran Pinjala22-May-07 0:36 
GeneralRe: CWInThread Pin
Roger Stoltz22-May-07 2:18
Roger Stoltz22-May-07 2:18 
AnswerRe: CWInThread [modified] Pin
prasad_som21-May-07 22:25
prasad_som21-May-07 22:25 
GeneralRe: CWInThread Pin
Roger Stoltz21-May-07 22:40
Roger Stoltz21-May-07 22:40 
GeneralRe: CWInThread Pin
prasad_som21-May-07 22:48
prasad_som21-May-07 22:48 
GeneralRe: CWInThread Pin
Roger Stoltz21-May-07 22:56
Roger Stoltz21-May-07 22:56 
QuestionConfused about layout due to differen language OS Pin
Stan the man21-May-07 20:50
Stan the man21-May-07 20:50 
AnswerRe: Confused about layout due to differen language OS Pin
Nelek21-May-07 23:21
protectorNelek21-May-07 23:21 
Questionanother menu for the childframes Pin
prithaa21-May-07 20:49
prithaa21-May-07 20:49 
AnswerRe: another menu for the childframes Pin
Anurag Gandhi21-May-07 22:21
professionalAnurag Gandhi21-May-07 22:21 

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.