debuging win32 app

J

joe

Hi when iam writing a console program it is preatty simple to ouput
variables to stdout, but how do i do that with a windows app?
i am compiling a windows app tha uses cp and cpp libs and i am trying to
get the parametes for a function inside the function. is there a way to pop
up a window with the value? or do i have to write them to a file?
 
M

Mark A. Odell

Hi when iam writing a console program it is preatty simple to ouput
variables to stdout, but how do i do that with a windows app?

No help from the C language I'm afraid with regard to screen output if
stdout doesn't work. You'll need to ask in one of the the
microsoft.public.* newsgroups.
get the parametes for a function inside the function. is there a way to
pop up a window with the value? or do i have to write them to a file?

If it's a C program then it should support writing to a file, see fopen,
fwrite, fclose, fseek.
 
C

Christopher Benson-Manica

joe said:
Hi when iam writing a console program it is preatty simple to ouput
(Windows blather)

Do not post any more Windows questions here. Replies to your other
posts have stated in no uncertain terms what is topical for this
group.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,129
Messages
2,570,770
Members
47,329
Latest member
FidelRauch

Latest Threads

Top