HeLLo,
I've built a program that uses floating number calculations excessively, the program works all right in the debug configuration, but, when I turn it to release configuration, the results are all messed up, I can't debug in the release version, but in the debug version there are no...
Hello ,
I've built my program, it is working just fine in the debug config., but, when I build a realese version, which is much faster, I get a strange error in my property page, when I call a function that pops up a property sheet, it pops up correctly, but when I modify any field in this...
HeLLo Guys,
I'm having a bit of a problem here, I finsihed coding my program, it works corectly, but after finshing the debugging, MS VC++ 6.0 just gives me a message in the output pane :
etected memory leaks!
Dumping objects ->
{318897} normal block at 0x00AB4E00, 104 bytes long.
Data: <...
Hello,
I've been coding a class for which there is a dynamic array member, in the constructor I wrote :
...
Blah = new Whatever[numberOfElements];
...
in the destructor of course I have to delete this array, or there will be a memory leake, so, I wrote in the destructor:
....
delete [] Blah...
Hello,
I've been having a problem for quite a while, the problem started when I was coding a program few months ago, whenever I attempt to use the delete operator to delete dynamically allocated objects using new operator, an error message appears, the message says:
Microsoft Visual C++ Debug...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.