-
You are trying to use the C++ REST SDK (Casablanca) in your Windows application. You have one of the following problems: you need Windows XP support when your code executes… more ›
-
I don’t believe it. The Visual Studio 2013 Preview build still uses all-caps menu bars. That just won’t do. To eliminate this UI design monstrosity from your desktop, open Windows… more ›
-
Update 21st February 2013: added information about Update 2, the C++11 Compiler November 2012 CTP (in two sections) and Find & Replace Update 16th April 2013: the final version of… more ›
-
I have no problem with MSI file downloads. They are as simple as running an EXE. However, for reasons unknown, a lot of people don’t seem to like or understand… more ›
-
First of all, we must clear up a misconception. Some people want to programmatically determine whether the underlying processor in use is 32 or 64 bit. This is a misnomer,… more ›
-
One of the machine intrinsics in Visual Studio is the __cpuid function, which returns a 4-byte array containing various bit-wise information about the processor hardware capabilities. While all the gruesome… more ›