Click here to Skip to main content
15,890,995 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Could not open pipe when testing named pipe Pin
kakan12-Jan-06 22:26
professionalkakan12-Jan-06 22:26 
QuestionHow to start and stop an application Pin
nripun12-Jan-06 22:00
nripun12-Jan-06 22:00 
AnswerRe: How to start and stop an application Pin
Roger Stoltz12-Jan-06 22:34
Roger Stoltz12-Jan-06 22:34 
GeneralRe: How to start and stop an application Pin
Anilkumar K V13-Jan-06 0:46
Anilkumar K V13-Jan-06 0:46 
GeneralRe: How to start and stop an application Pin
Roger Stoltz13-Jan-06 1:24
Roger Stoltz13-Jan-06 1:24 
QuestionWhat is the difference b/w Debug and Release Pin
birajendu12-Jan-06 21:17
birajendu12-Jan-06 21:17 
AnswerRe: What is the difference b/w Debug and Release Pin
Prakash Nadar12-Jan-06 21:38
Prakash Nadar12-Jan-06 21:38 
AnswerRe: What is the difference b/w Debug and Release Pin
toxcct12-Jan-06 21:38
toxcct12-Jan-06 21:38 
the simpler you can do to see a difference is simply looking at the generated .exe files sizes.

in debug mode compilation, the file is more "heavy" because the compiler don't perform some optimizations, and the more important, it does insert some functions into the generated code to perform the debugging thing...
if you are able to use a breakpoint, a step by step debugging, etc, is thanks to these.

in release mode, the compiler tries to make the exe the more performant as possible... when you make a delivery version of a project, provide the release mode compiled version.


TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VisualCalc 3.0]
AnswerRe: What is the difference b/w Debug and Release Pin
Rage12-Jan-06 21:40
professionalRage12-Jan-06 21:40 
GeneralRe: What is the difference b/w Debug and Release Pin
birajendu12-Jan-06 22:15
birajendu12-Jan-06 22:15 
AnswerRe: What is the difference b/w Debug and Release Pin
normanS13-Jan-06 1:08
normanS13-Jan-06 1:08 
GeneralRe: What is the difference b/w Debug and Release Pin
birajendu13-Jan-06 1:18
birajendu13-Jan-06 1:18 
GeneralRe: What is the difference b/w Debug and Release Pin
Shraddhan23-Jan-06 0:52
Shraddhan23-Jan-06 0:52 
QuestionCommunication between applications Pin
rider cool12-Jan-06 21:03
rider cool12-Jan-06 21:03 
AnswerRe: Communication between applications Pin
Michael Dunn12-Jan-06 21:14
sitebuilderMichael Dunn12-Jan-06 21:14 
AnswerRe: Communication between applications Pin
Rage12-Jan-06 21:44
professionalRage12-Jan-06 21:44 
AnswerRe: Communication between applications Pin
ThatsAlok12-Jan-06 22:48
ThatsAlok12-Jan-06 22:48 
Questionprinting .html/htm page Pin
Ankush Mehta12-Jan-06 20:23
Ankush Mehta12-Jan-06 20:23 
QuestionPrinting.eml (Internet E-Mail Message) Type of file Pin
Ankush Mehta12-Jan-06 20:18
Ankush Mehta12-Jan-06 20:18 
QuestionIs there any way to manually define resource id without conflict with others? Pin
followait12-Jan-06 19:19
followait12-Jan-06 19:19 
AnswerRe: Is there any way to manually define resource id without conflict with others? Pin
Owner drawn12-Jan-06 19:24
Owner drawn12-Jan-06 19:24 
GeneralRe: Is there any way to manually define resource id without conflict with others? Pin
<color>Aljechin 12-Jan-06 20:26
<color>Aljechin 12-Jan-06 20:26 
GeneralThank you Pin
Owner drawn12-Jan-06 20:31
Owner drawn12-Jan-06 20:31 
GeneralRe: Thank you Pin
Prakash Nadar12-Jan-06 21:29
Prakash Nadar12-Jan-06 21:29 
AnswerRe: Is there any way to manually define resource id without conflict with others? Pin
Stephen Hewitt12-Jan-06 19:46
Stephen Hewitt12-Jan-06 19:46 

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.