- Aug 4, 2001
- 967
- 0
- 0
I'm trying to debug a piece of my code, and outputting a message would really be useful to me. Unfortunately I created my app in VC++ by specifying "Win32 Application", so I have no console, and printf's seems to get lost in noman's land.
My interface is created with qt, I guess I could create a popup window instead of a printf but that would be too cumbersome. Anyone knows a way to do this?
Thanks!
My interface is created with qt, I guess I could create a popup window instead of a printf but that would be too cumbersome. Anyone knows a way to do this?
Thanks!