Thursday, July 9, 2009

Whenever I use pointers in C++ ,the whole compiler closes leaving an error dialog box saying some 32Bitsystem

It happens only with pointers and not character arrays.


It says the NVRAM has encountered a serious error and needs to close.

Whenever I use pointers in C++ ,the whole compiler closes leaving an error dialog box saying some 32Bitsystem
make sure you delete space that you are not using, with delete[];you are not allocating/deallocation memory right, dynamic memory is pretty tough to understand. Your not going to get it for a while. Read about it for a lil bit and get the hang of it.

jasmine

No comments:

Post a Comment