I haven’t written a lot of C++ using Visual Studio 2008, as I usually write .NET apps using C# these days. However, I was writing a quick little console program in C++ and needed to convert command-line arguments to doubles. By default the Project Wizard creates the code to use Visual Studio’s _t functions, which [...]