Welcome to MSDN Blogs Sign in | Join | Help

March 2008 - Posts

Protecting Your Code with Visual C++ Defenses by Michael Howard

The March 2008 issue of MSDN Magazine includes a nice article about protecting your C/C++ programs. You can check out the article at http://msdn2.microsoft.com/en-us/magazine/cc337897.aspx . Thanks, Visual C++ Team
Posted by vcblog | 4 Comments

Visual Studio 2008 Enum Bit Flags Visualization

In Visual Studio 2008 we introduced a useful, but not very well known, feature in the Native Debugger for visualizing enum bit flags. Consider the following code: enum x { bit_none = 0,       bit1 = 1,      
Posted by vcblog | 17 Comments

Approaches to Testing

My name is Martha Wieczorek and I’m a Software Design Engineer in Test on the Visual C++ IDE team. I would like to share with you some different testing approaches that we use on the team and talk about the advantages/disadvantages of each approach based
Posted by vcblog | 8 Comments
 
Page view tracker