What’s wrong with Visual C++ and Microsoft Connect?
Saturday, August 13th, 2011Using Visual Studio 2010 with Service Pack 1, try doing the following:
- create a new project of type
Win32 Console Application, and underApplication Settingsin the project wizard, selectConsole ApplicationandEmpty Project. - create a single
.cppfile - add the code
int main() {}to it - hit
build. (more…)