I keep getting the following error during the run of my program:
First-chance exception at 0xCCCCCCCC in Project1.exe: 0xC0000005: Access violation executing location 0xCCCCCCCC.
I think it has something to do with the specific address being invalid or empty? I just need to know how I can find what is contained in 0xCCCCCCCC and what variable is taking that place.
I have too many variables to go throw and find each address so I am trying to find a way to go "backwards" from address to variable rather than what you would do with "%p" with a variable to an address.
Thanks.