I wrote and I debugged a c++ windows program. Rather that it run, it throws an exception with the following message:Unhadled exception at 0x00000003 in Assist School.exe: 0x0000005: Access violation.
The dialogue box gave me two options, break and continue.When I clicked break I got the following message:No symbols are loaded for any stack frame. The source code cannot be displayed.
The dialogue box once again gave me two options,Ok and dissembly.When I clicked dissemble I got a list of low level memory address.
How do I get my program to run?I use Visual Studio 2008. My OS is XP.