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

C / C++ / MFC

 
GeneralRe: Problem with DateTime picker control. Pin
Sanjay K23-Jul-08 17:55
Sanjay K23-Jul-08 17:55 
QuestionRe: Problem with DateTime picker control. Pin
David Crow23-Jul-08 3:31
David Crow23-Jul-08 3:31 
Questionfatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified. Pin
Le@rner23-Jul-08 2:14
Le@rner23-Jul-08 2:14 
AnswerRe: fatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified. Pin
David Crow23-Jul-08 3:34
David Crow23-Jul-08 3:34 
GeneralRe: fatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified. Pin
WEEDFIN18-Feb-10 7:47
WEEDFIN18-Feb-10 7:47 
QuestionMPI Program Error Pin
Member 393641122-Jul-08 23:46
Member 393641122-Jul-08 23:46 
QuestionMDI file association problem (about ddeexec) [Solved] [modified] Pin
followait22-Jul-08 22:38
followait22-Jul-08 22:38 
QuestionSystem(pause) Pin
T.RATHA KRISHNAN22-Jul-08 22:21
T.RATHA KRISHNAN22-Jul-08 22:21 
Hi!
I've developed a VC++ project. In this project I've displayed a message to the console Window ising the folowing code:

LOG_INFO("The Character is collided with something");


The application closes without any notice. I've to see whether this message is dsiplayed to the console window or not. I've tried this with the following codes:

(i)

LOG_INFO("The Character is collided with something");
system("PAUSE");


(ii)

printf("The Character is collided with something");
getchar();


Both of these codes didn't work. How do I check whether the message is displayed to the console window before the application closes?
AnswerRe: System(pause) Pin
Cedric Moonen22-Jul-08 22:27
Cedric Moonen22-Jul-08 22:27 
QuestionRe: System(pause) Pin
T.RATHA KRISHNAN22-Jul-08 22:42
T.RATHA KRISHNAN22-Jul-08 22:42 
QuestionRe: System(pause) Pin
CPallini22-Jul-08 22:58
mveCPallini22-Jul-08 22:58 
AnswerRe: System(pause) Pin
Rajesh R Subramanian1-Aug-08 20:41
professionalRajesh R Subramanian1-Aug-08 20:41 
QuestionRe: System(pause) Pin
David Crow23-Jul-08 3:35
David Crow23-Jul-08 3:35 
AnswerRe: System(pause) Pin
Cedric Moonen23-Jul-08 4:24
Cedric Moonen23-Jul-08 4:24 
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 
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 

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.