Tag Archives: Compiler
Incorrect C++ compiler behavior in Visual Studio
[Note: Special credit for this post goes to my colleague Yuliy Gerchikov, who first discovered this issue] As most C++ programmers know, an object that has been constructed via the new expression must be destroyed by calling delete. The delete-expression … Continue reading
Filed under Programming, Tools