Click here to Skip to main content
16,015,094 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: System(pause) Pin
David Crow23-Jul-08 4:57
David Crow23-Jul-08 4:57 
QuestionRe: System(pause) Pin
Rajesh R Subramanian22-Jul-08 23:23
professionalRajesh R Subramanian22-Jul-08 23:23 
QuestionRe: System(pause) Pin
T.RATHA KRISHNAN22-Jul-08 23:37
T.RATHA KRISHNAN22-Jul-08 23:37 
QuestionRe: System(pause) Pin
Rajesh R Subramanian22-Jul-08 23:39
professionalRajesh R Subramanian22-Jul-08 23:39 
QuestionRe: System(pause) Pin
T.RATHA KRISHNAN22-Jul-08 23:45
T.RATHA KRISHNAN22-Jul-08 23:45 
QuestionRe: System(pause) Pin
Rajesh R Subramanian22-Jul-08 23:47
professionalRajesh R Subramanian22-Jul-08 23:47 
QuestionRe: System(pause) Pin
T.RATHA KRISHNAN22-Jul-08 23:53
T.RATHA KRISHNAN22-Jul-08 23:53 
AnswerRe: System(pause) Pin
Cedric Moonen23-Jul-08 0:09
Cedric Moonen23-Jul-08 0:09 
As I already told you, if your application crashes you can't display anything in the console anymore. Why don't you learn to use your debugger properly ? It will save you a lot of time and headaches in the future and it is not very difficult to use.
To begin, simply press F5 to start your debugger. Normally, it will already point you to the crash location. You can still put breakpoints in your code (F9) to see the evolution.
Why not just experiment a bit with it ? It won't kill your PC and you will learn much more doing that than asking questions in a forum.

Cédric Moonen
Software developer

Charting control [v1.4]
OpenGL game tutorial in C++

AnswerRe: System(pause) Pin
Rajesh R Subramanian23-Jul-08 0:36
professionalRajesh R Subramanian23-Jul-08 0:36 
AnswerRe: System(pause) Pin
David Crow23-Jul-08 3:37
David Crow23-Jul-08 3:37 
QuestionConvert BSTR to Const char* Pin
manju#12322-Jul-08 21:40
manju#12322-Jul-08 21:40 
AnswerRe: Convert BSTR to Const char* Pin
CPallini22-Jul-08 22:27
mveCPallini22-Jul-08 22:27 
GeneralRe: Convert BSTR to Const char* Pin
manju#12322-Jul-08 22:51
manju#12322-Jul-08 22:51 
QuestionRe: Convert BSTR to Const char* Pin
CPallini22-Jul-08 23:26
mveCPallini22-Jul-08 23:26 
AnswerRe: Convert BSTR to Const char* Pin
manju#12322-Jul-08 23:32
manju#12322-Jul-08 23:32 
GeneralRe: Convert BSTR to Const char* Pin
CPallini23-Jul-08 0:11
mveCPallini23-Jul-08 0:11 
GeneralRe: Convert BSTR to Const char* Pin
Rajesh R Subramanian30-Jul-08 23:00
professionalRajesh R Subramanian30-Jul-08 23:00 
General? Pin
CPallini30-Jul-08 23:21
mveCPallini30-Jul-08 23:21 
GeneralRe: ? Pin
Rajesh R Subramanian30-Jul-08 23:25
professionalRajesh R Subramanian30-Jul-08 23:25 
GeneralRe: ? Pin
CPallini30-Jul-08 23:43
mveCPallini30-Jul-08 23:43 
JokeRe: ? Pin
Rajesh R Subramanian30-Jul-08 23:55
professionalRajesh R Subramanian30-Jul-08 23:55 
AnswerRe: Convert BSTR to Const char* Pin
Naveen22-Jul-08 23:47
Naveen22-Jul-08 23:47 
GeneralOT Pin
CPallini23-Jul-08 0:13
mveCPallini23-Jul-08 0:13 
GeneralRe: OT Pin
Naveen23-Jul-08 0:15
Naveen23-Jul-08 0:15 
QuestionHow to draw images on a Control dialog bar on LEft side of the MainFrame. Pin
pallaka22-Jul-08 21:21
pallaka22-Jul-08 21: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.