Visual Studio has lots of templates but you probably use only a few of them. Why not create your own area with all (and only) the templates you actually use? It’s easy to do: First, shut down Visual ...
C++ templates are all about generic programming, but not the type of generics you may be familiar with from C# and Java. This is the first in a series on C++ generic programming. I'll start with an ...
On August 9th I discussed Microsoft's recommendations for setting up a Silverlight development environment. As I noted on August 25th, this process hasn't been without its troubles for me. With the ...