Visual C++ 2010 Express Tutorial 3 - Variables and Debugging



An event provides notification when something happens. Code can be placed within an event to make the computer or program perform operations when an event is triggered. Examples of events: when an item is clicked on, double clicked on, or when the mouse enters or leaves an area. There are more events in VC++ than what this tutorial will show, so, it is suggested that you practice some event programming on your own with different events on different controls.

Code Download
Variables and Debugging.zip




The current version of Visual C++ can be downloaded for free at Microsoft's Website