C++ Hello World In Visual Studio



Without using namespace std; when you write for example cout <<; you'd have to put std::cout <<;

Comments