Click here to Skip to main content
15,910,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CTimeSpan usage Pin
RChin27-Aug-03 5:20
RChin27-Aug-03 5:20 
GeneralRe: CTimeSpan usage Pin
Anonymous27-Aug-03 19:09
Anonymous27-Aug-03 19:09 
GeneralRe: CTimeSpan usage Pin
Anonymous27-Aug-03 19:10
Anonymous27-Aug-03 19:10 
GeneralRe: CTimeSpan usage Pin
JensB27-Aug-03 21:05
JensB27-Aug-03 21:05 
GeneralRe: CTimeSpan usage Pin
RChin27-Aug-03 22:39
RChin27-Aug-03 22:39 
GeneralRe: CTimeSpan usage Pin
JensB27-Aug-03 22:53
JensB27-Aug-03 22:53 
GeneralConsole app Q (newbie) Pin
sallas27-Aug-03 3:56
sallas27-Aug-03 3:56 
GeneralRe: Console app Q (newbie) Pin
David Crow27-Aug-03 4:17
David Crow27-Aug-03 4:17 
It sounds like cout is doing some buffering. How about:

while (WaitForSingleObject(pi.hProcess, 1000))
{ 
    cout << "." << flush;
} 

GeneralRe: Console app Q (newbie) Pin
sallas27-Aug-03 6:00
sallas27-Aug-03 6:00 
Generalinitialising memory block using malloc Pin
Dangleberry27-Aug-03 3:22
sussDangleberry27-Aug-03 3:22 
GeneralRe: initialising memory block using malloc Pin
Magnus Westin27-Aug-03 3:26
Magnus Westin27-Aug-03 3:26 
GeneralRe: initialising memory block using malloc Pin
Joaquín M López Muñoz27-Aug-03 3:33
Joaquín M López Muñoz27-Aug-03 3:33 
GeneralRe: initialising memory block using malloc Pin
Dangleberry28-Aug-03 7:51
sussDangleberry28-Aug-03 7:51 
GeneralCalling one exe from other Pin
rohit.dhamija27-Aug-03 2:44
rohit.dhamija27-Aug-03 2:44 
GeneralRe: Calling one exe from other Pin
Magnus Westin27-Aug-03 2:54
Magnus Westin27-Aug-03 2:54 
GeneralProcess End Pin
Andrew Walker27-Aug-03 3:00
Andrew Walker27-Aug-03 3:00 
GeneralRe: Process End Pin
Nish Nishant27-Aug-03 3:05
sitebuilderNish Nishant27-Aug-03 3:05 
GeneralRe: Process End Pin
Andrew Walker27-Aug-03 3:17
Andrew Walker27-Aug-03 3:17 
GeneralRe: Process End Pin
iceage27-Aug-03 3:06
iceage27-Aug-03 3:06 
GeneralRe: Process End Pin
Magnus Westin27-Aug-03 3:09
Magnus Westin27-Aug-03 3:09 
GeneralRe: Process End Pin
vcplusplus27-Aug-03 3:27
vcplusplus27-Aug-03 3:27 
QuestionUpdating the property window from my custom property page? Pin
Daed27-Aug-03 2:41
Daed27-Aug-03 2:41 
QuestionHow to catch exception? Pin
HansonDavid27-Aug-03 2:39
HansonDavid27-Aug-03 2:39 
AnswerRe: How to catch exception? Pin
Neville Franks27-Aug-03 10:29
Neville Franks27-Aug-03 10:29 
GeneralRe: How to catch exception? Pin
HansonDavid27-Aug-03 18:31
HansonDavid27-Aug-03 18:31 

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.