Welcome to MSDN Blogs Sign in | Join | Help

August 2007 - Posts

Tools of the Trade

I've been thinking about what some of the most important tools are for me while coding. Here's a few: Good IDE - syntax highlighting, integrated builds, source control integration, search facility, debugger and profiler built-in. I use VSTS . Source control/bug
Posted by colinth | 3 Comments

C# For C++ Devs: ~A() doesn't act like a destructor

In C++, memory allocated with the 'new' keyword must be deallocated using 'delete' or it is not deallocated until the application finishes. A call to delete results in a call to the destructor for that class. Classes that are allocated on the stack are
Posted by colinth | 0 Comments
Filed under:
 
Page view tracker