debugging in window program
I made a window program that draws simple shapes on a window, and I want to see the values of the variables I used to make the program. How do I see the values of the variables?
On a normal I/O C/C++ program and a console program, I would use cout or printf to show the values of the variables but I know that doesn''t work on a window program.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement