Re: debuging win32 app
From: Mark A. Odell (nospam_at_embeddedfw.com)
Date: 01/09/04
- Next message: Christopher Benson-Manica: "Re: debuging win32 app"
- Previous message: joe: "debuging win32 app"
- In reply to: joe: "debuging win32 app"
- Next in thread: Christopher Benson-Manica: "Re: debuging win32 app"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 9 Jan 2004 22:13:03 GMT
joe <joseph@thecia.net> wrote in
news:Xns946BAE3C066F0josephthecianet@207.69.154.204:
> 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.
-- - Mark -> --
- Next message: Christopher Benson-Manica: "Re: debuging win32 app"
- Previous message: joe: "debuging win32 app"
- In reply to: joe: "debuging win32 app"
- Next in thread: Christopher Benson-Manica: "Re: debuging win32 app"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|