Unhandled exception at 0x004149eb in Grade Tracker.exe: 0xC0000005: Access violation reading location 0x3343f1c8.
If you want to solve that problem quickly then do the following:
in your visual studio hit F11,
repeat pressing F11 until program chrashes
A small yellow arrow will guide you through that simple process.
keep an eye on that arrow it will show you exactly where the error is.
Hint:
if you think it's to slow then hit F10
F10 will be skipping blocks of code :D
codekiddy not sure how that is supposed to work but all it did was bring me to some header file with code I couldn't even attempt to understand and move back and forth between a few spots in that file for a good 50 F11s or so.
Doh! such an easy mistake, like they always are. The value I was passing to the function wasn't probably initialized so it was trying to put the information into some trash slot in my array.