Click here to Skip to main content
15,902,114 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to disable all controls in the dialog box Pin
David Crow9-Feb-06 9:15
David Crow9-Feb-06 9:15 
AnswerRe: How to disable all controls in the dialog box Pin
#realJSOP9-Feb-06 10:09
professional#realJSOP9-Feb-06 10:09 
AnswerRe: How to disable all controls in the dialog box Pin
jhwurmbach10-Feb-06 3:27
jhwurmbach10-Feb-06 3:27 
QuestionMultithreaded Programming Pin
RanjanShrestha9-Feb-06 8:07
RanjanShrestha9-Feb-06 8:07 
AnswerRe: Multithreaded Programming Pin
Rage9-Feb-06 8:13
professionalRage9-Feb-06 8:13 
GeneralRe: Multithreaded Programming Pin
RanjanShrestha9-Feb-06 8:17
RanjanShrestha9-Feb-06 8:17 
GeneralRe: Multithreaded Programming Pin
Rage9-Feb-06 8:31
professionalRage9-Feb-06 8:31 
Questiona little output problem Pin
Peter Charlesworth9-Feb-06 7:46
Peter Charlesworth9-Feb-06 7:46 
hey guys

i'm a novice c++ programmer and i'm currently making a program

everything works fine, but there's one slight problem...

i need to have the program output a text on-screen and i don't know how.

Let me explain, the program i want to make basically displays a text on the screen of your computer.
not the DOS prompt where it executes the program, but the screen itself.

Think of an alert-messenger that does so not by using those windows, but by just displaying the text
it needs to display.

How can I do that?

If it's no trouble, i'm also wondering if the gotoxy(x,y) (using the conio.h file) works with whatever solution to my problem you have. And how can i make that text disappear after a pre-set amount of time?

thanks for your help

regards,

peter



#include borland c++ compiler 5.5
using Windows XP;

int main()
{
cout << "Hi! I'm Peter!\n";
return 0;
}
AnswerRe: a little output problem Pin
Rage9-Feb-06 8:15
professionalRage9-Feb-06 8:15 
QuestionGetting CXX0030: Error: expression cannot be evaluated Pin
zahid_ash9-Feb-06 7:34
zahid_ash9-Feb-06 7:34 
QuestionRe: Getting CXX0030: Error: expression cannot be evaluated Pin
David Crow9-Feb-06 7:42
David Crow9-Feb-06 7:42 
AnswerRe: Getting CXX0030: Error: expression cannot be evaluated Pin
Rage9-Feb-06 7:44
professionalRage9-Feb-06 7:44 
Questionminimizing or hiding the DOS window in VC++ exe application Pin
sashabkvs9-Feb-06 6:32
sashabkvs9-Feb-06 6:32 
AnswerRe: minimizing or hiding the DOS window in VC++ exe application Pin
Rage9-Feb-06 7:11
professionalRage9-Feb-06 7:11 
QuestionRe: minimizing or hiding the DOS window in VC++ exe application Pin
David Crow9-Feb-06 7:12
David Crow9-Feb-06 7:12 
QuestionCatch USB-Events Pin
BruteF0rce9-Feb-06 5:41
BruteF0rce9-Feb-06 5:41 
AnswerRe: Catch USB-Events Pin
Dr. Russell9-Feb-06 6:31
Dr. Russell9-Feb-06 6:31 
GeneralRe: Catch USB-Events Pin
Requiem Sollar9-Feb-06 9:23
Requiem Sollar9-Feb-06 9:23 
Questionhow to retrieve primary keys from Ms.Access with ODBC connection Pin
Issa Salama9-Feb-06 5:25
Issa Salama9-Feb-06 5:25 
AnswerRe: how to retrieve primary keys from Ms.Access with ODBC connection Pin
David Crow9-Feb-06 7:19
David Crow9-Feb-06 7:19 
QuestionHow to create Two Dimensional Array Pin
zahid_ash9-Feb-06 4:47
zahid_ash9-Feb-06 4:47 
AnswerRe: How to create Two Dimensional Array Pin
toxcct9-Feb-06 4:51
toxcct9-Feb-06 4:51 
GeneralRe: How to create Two Dimensional Array Pin
zahid_ash9-Feb-06 5:48
zahid_ash9-Feb-06 5:48 
GeneralRe: How to create Two Dimensional Array Pin
zahid_ash9-Feb-06 6:10
zahid_ash9-Feb-06 6:10 
GeneralRe: How to create Two Dimensional Array Pin
Rage9-Feb-06 7:17
professionalRage9-Feb-06 7:17 

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.