I created a Win32 Console project (disabled "precompiled header" option) with my VS2010. Then I filled the code as below
#include <stdio.h> int main (void) { double d = 0x0.3p10; ...