// Global variables static TCHAR szWindowClass[] = _T("win32app"); static TCHAR szTitle[] = _T("Visual C++ 2010 Sample");
#include int main() std::cout << "Hello, World!" << std::endl; return 0; Use code with caution. Copied to clipboard
If you want to manually create a text file within the Visual Studio 2010 interface: