Click here to Skip to main content
16,011,778 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem in my first program... Pin
xelios2-Jun-08 23:58
xelios2-Jun-08 23:58 
GeneralRe: Problem in my first program... Pin
Maxim Zarus3-Jun-08 0:16
Maxim Zarus3-Jun-08 0:16 
GeneralRe: Problem in my first program... Pin
xelios3-Jun-08 0:28
xelios3-Jun-08 0:28 
GeneralRe: Problem in my first program... Pin
Maxim Zarus3-Jun-08 1:00
Maxim Zarus3-Jun-08 1:00 
GeneralRe: Problem in my first program... [modified] Pin
xelios3-Jun-08 2:41
xelios3-Jun-08 2:41 
AnswerRe: Problem in my first program... Pin
Akt_4_U3-Jun-08 0:16
Akt_4_U3-Jun-08 0:16 
QuestionDebug - Release modes Pin
CodingLover2-Jun-08 22:26
CodingLover2-Jun-08 22:26 
AnswerRe: Debug - Release modes Pin
_AnsHUMAN_ 2-Jun-08 22:32
_AnsHUMAN_ 2-Jun-08 22:32 
CodingLover wrote:
I mean on a debug mode I want to use some commands on the console. But they are not allowed to use in release mode.

#define DEBUG
. . .
#ifdef DEBUG
  . . . // debugging output
#endif

Now the code that you don't want to execute in the release mode goes in the above section.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

AnswerRe: Debug - Release modes Pin
toxcct2-Jun-08 22:32
toxcct2-Jun-08 22:32 
NewsRe: Debug - Release modes Pin
CodingLover2-Jun-08 22:50
CodingLover2-Jun-08 22:50 
GeneralRe: Debug - Release modes Pin
CodingLover2-Jun-08 23:25
CodingLover2-Jun-08 23:25 
GeneralRe: Debug - Release modes Pin
Nibu babu thomas2-Jun-08 23:32
Nibu babu thomas2-Jun-08 23:32 
GeneralRe: Debug - Release modes Pin
CodingLover2-Jun-08 23:51
CodingLover2-Jun-08 23:51 
GeneralRe: Debug - Release modes Pin
_AnsHUMAN_ 2-Jun-08 23:59
_AnsHUMAN_ 2-Jun-08 23:59 
GeneralRe: Debug - Release modes Pin
CodingLover3-Jun-08 0:15
CodingLover3-Jun-08 0:15 
GeneralRe: Debug - Release modes Pin
David Crow3-Jun-08 3:34
David Crow3-Jun-08 3:34 
QuestionRe: Debug - Release modes Pin
CodingLover3-Jun-08 16:17
CodingLover3-Jun-08 16:17 
AnswerRe: Debug - Release modes Pin
David Crow3-Jun-08 17:04
David Crow3-Jun-08 17:04 
QuestionCreateProcess Pin
Ajay L D2-Jun-08 20:41
Ajay L D2-Jun-08 20:41 
AnswerRe: CreateProcess Pin
Akt_4_U2-Jun-08 20:59
Akt_4_U2-Jun-08 20:59 
AnswerRe: CreateProcess Pin
Hamid_RT3-Jun-08 1:34
Hamid_RT3-Jun-08 1:34 
QuestionUnable to disable http connection timer Pin
Hannes Smit2-Jun-08 20:25
Hannes Smit2-Jun-08 20:25 
AnswerRe: Unable to disable http connection timer Pin
Hannes Smit2-Jun-08 21:34
Hannes Smit2-Jun-08 21:34 
QuestionTo convert char array to LPCSTR and std::string to LPCTSTR Pin
Member 46202162-Jun-08 20:07
Member 46202162-Jun-08 20:07 
AnswerRe: To convert char array to LPCSTR and std::string to LPCTSTR Pin
KarstenK2-Jun-08 20:24
mveKarstenK2-Jun-08 20:24 

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.