Click here to Skip to main content
15,918,574 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: what is equivalent of printf("%02d:%02d", minutes, seconds) with std::ostringstream? Pin
Cedric Moonen19-May-08 4:48
Cedric Moonen19-May-08 4:48 
GeneralRe: what is equivalent of printf("%02d:%02d", minutes, seconds) with std::ostringstream? Pin
prasad_som19-May-08 4:54
prasad_som19-May-08 4:54 
AnswerRe: what is equivalent of printf("%02d:%02d", minutes, seconds) with std::ostringstream? Pin
CPallini19-May-08 4:47
mveCPallini19-May-08 4:47 
GeneralRe: what is equivalent of printf("%02d:%02d", minutes, seconds) with std::ostringstream? Pin
sashoalm19-May-08 5:30
sashoalm19-May-08 5:30 
GeneralRe: what is equivalent of printf("%02d:%02d", minutes, seconds) with std::ostringstream? Pin
toxcct19-May-08 5:35
toxcct19-May-08 5:35 
GeneralRe: what is equivalent of printf("%02d:%02d", minutes, seconds) with std::ostringstream? Pin
CPallini19-May-08 5:55
mveCPallini19-May-08 5:55 
GeneralRe: what is equivalent of printf("%02d:%02d", minutes, seconds) with std::ostringstream? (modified) Pin
CPallini19-May-08 5:53
mveCPallini19-May-08 5:53 
GeneralRe: what is equivalent of printf("%02d:%02d", minutes, seconds) with std::ostringstream? (modified) Pin
toxcct19-May-08 6:00
toxcct19-May-08 6:00 
Questioncreate an Event to a TreeView Pin
sabeeshcs19-May-08 2:41
sabeeshcs19-May-08 2:41 
AnswerCross Post Pin
led mike19-May-08 4:26
led mike19-May-08 4:26 
QuestionHelp clarify "this" pointer with dialog boxes Pin
Kwanalouie19-May-08 1:59
Kwanalouie19-May-08 1:59 
AnswerRe: Help clarify "this" pointer with dialog boxes Pin
toxcct19-May-08 2:12
toxcct19-May-08 2:12 
AnswerRe: Help clarify "this" pointer with dialog boxes Pin
_AnsHUMAN_ 19-May-08 2:14
_AnsHUMAN_ 19-May-08 2:14 
QuestionHow can i get the summary property of docx file Pin
Prazwol19-May-08 1:32
Prazwol19-May-08 1:32 
QuestionRe: How can i get the summary property of docx file Pin
David Crow19-May-08 3:50
David Crow19-May-08 3:50 
Questioninitialization problem Pin
Dennis L19-May-08 0:16
Dennis L19-May-08 0:16 
AnswerRe: initialization problem Pin
toxcct19-May-08 0:27
toxcct19-May-08 0:27 
AnswerRe: initialization problem Pin
CPallini19-May-08 0:30
mveCPallini19-May-08 0:30 
GeneralRe: initialization problem Pin
Dennis L19-May-08 0:36
Dennis L19-May-08 0:36 
QuestionAsyncronous connection using wininet. Pin
ShilpiP18-May-08 23:50
ShilpiP18-May-08 23:50 
QuestionRead from command prompt Pin
Kiran Pinjala18-May-08 23:43
Kiran Pinjala18-May-08 23:43 
AnswerRe: Read from command prompt Pin
toxcct18-May-08 23:46
toxcct18-May-08 23:46 
GeneralRe: Read from command prompt Pin
Kiran Pinjala19-May-08 0:33
Kiran Pinjala19-May-08 0:33 
toxcct wrote:
std::cin

Thank you but I dont think it will help. Ok i will explain the total case.

I have a batch file which contains a call to an exe file called "checkstat.exe". By executing this exe through that batch file, a console window comes, and the result of 10 lines is shown on the console at first. Late after 3-4 seconds again 4 lines are shown on the console. With some intervals of 3-4 seconds some lines are shown like that until we press ctrl+c. I am running the batch file from my application using
system("");

I want all the lines which are shown on the console until the ctrl+c into some buffer in my application.

Thank you

Saadhinchaali

AnswerRe: Read from command prompt Pin
Rajkumar R19-May-08 0:39
Rajkumar R19-May-08 0:39 
AnswerRe: Read from command prompt Pin
David Crow19-May-08 3:52
David Crow19-May-08 3:52 

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.