Click here to Skip to main content
15,887,256 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaldisplaying a variable's value every 30 seconds Pin
Keylee7177-Apr-04 6:49
Keylee7177-Apr-04 6:49 
GeneralRe: displaying a variable's value every 30 seconds Pin
Daniel Turini7-Apr-04 7:23
Daniel Turini7-Apr-04 7:23 
GeneralRe: displaying a variable's value every 30 seconds Pin
beetung7-Apr-04 8:33
beetung7-Apr-04 8:33 
GeneralRe: displaying a variable's value every 30 seconds Pin
Daniel Turini7-Apr-04 8:33
Daniel Turini7-Apr-04 8:33 
GeneralRe: displaying a variable's value every 30 seconds Pin
Daniel Turini7-Apr-04 9:23
Daniel Turini7-Apr-04 9:23 
GeneralRe: displaying a variable's value every 30 seconds Pin
Daniel Turini7-Apr-04 9:49
Daniel Turini7-Apr-04 9:49 
GeneralRe: displaying a variable's value every 30 seconds Pin
David Crow7-Apr-04 10:43
David Crow7-Apr-04 10:43 
GeneralRe: displaying a variable's value every 30 seconds Pin
Renjith Ramachandran7-Apr-04 9:16
Renjith Ramachandran7-Apr-04 9:16 
if you are in DOS mode
you can use
gotoxy(x, y) function

like
gotoxy(24, 12);
cout<<"First 30 ";
//30 sec delay logic here
gotoxy(24, 12);
cout<<"Second 30 ";

that will output in the same screen coordinate

The returned pointer may be temporary and should not be stored for later use.
GeneralRe: displaying a variable's value every 30 seconds Pin
toxcct7-Apr-04 10:26
toxcct7-Apr-04 10:26 
GeneralRe: displaying a variable's value every 30 seconds Pin
avenger_sb258-Apr-04 12:45
avenger_sb258-Apr-04 12:45 
GeneralUNICODE problem Pin
jancsi7-Apr-04 6:32
jancsi7-Apr-04 6:32 
GeneralRe: UNICODE problem Pin
PJ Arends7-Apr-04 14:26
professionalPJ Arends7-Apr-04 14:26 
GeneralConversion... Pin
Anonymous7-Apr-04 6:31
Anonymous7-Apr-04 6:31 
GeneralRe: Conversion... Pin
Ravi Bhavnani7-Apr-04 7:30
professionalRavi Bhavnani7-Apr-04 7:30 
GeneralRe: Conversion... Pin
Renjith Ramachandran7-Apr-04 8:38
Renjith Ramachandran7-Apr-04 8:38 
Questioncan different Desktop post message to each? Pin
tank10257-Apr-04 6:11
tank10257-Apr-04 6:11 
AnswerRe: can different Desktop post message to each? Pin
Mike Dimmick7-Apr-04 6:17
Mike Dimmick7-Apr-04 6:17 
Questionplaying a movie in a dialog-box? Pin
cristane7-Apr-04 6:06
cristane7-Apr-04 6:06 
AnswerRe: playing a movie in a dialog-box? Pin
Prakash Nadar7-Apr-04 6:19
Prakash Nadar7-Apr-04 6:19 
Generalpointer to virtual function Pin
RalfPeter7-Apr-04 5:56
RalfPeter7-Apr-04 5:56 
GeneralRe: pointer to virtual function Pin
Mike Dimmick7-Apr-04 6:24
Mike Dimmick7-Apr-04 6:24 
GeneralRe: pointer to virtual function Pin
Prakash Nadar7-Apr-04 6:29
Prakash Nadar7-Apr-04 6:29 
GeneralRe: pointer to virtual function Pin
RalfPeter7-Apr-04 11:13
RalfPeter7-Apr-04 11:13 
GeneralC++ &amp; MFC -&gt; Listbox Question Pin
Qualvis7-Apr-04 5:45
Qualvis7-Apr-04 5:45 
GeneralRe: C++ &amp; MFC -&gt; Listbox Question Pin
David Crow7-Apr-04 5:47
David Crow7-Apr-04 5:47 

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.