I dont understand what I did wrong but it says that. When I double click it expecting to show the blue error arrow at the thing nothing happens...This is what it says:
--------------------Configuration: What is Your Name Project1 - Win32 Debug--------------------
Linking...
LINK : fatal error...
I did that but now it says:
c:\program files\microsoft visual studio\myprojects\hello world project\hello world.cpp(6) : error C2039: 'end1' : is not a member of 'std'
c:\program files\microsoft visual studio\myprojects\hello world project\hello world.cpp(6) : error C2065: 'end1' : undeclared...
I having a problem created the Hello, World project but unfortunately it doesnt work. I typed exactly what was in the book but it keeps saying 1 Error, 0 Warnings. This is what I put:
// a small C++ program
#include <iostream>
int main()
{
std::cout << "Hello, World!" << std::end1;
return 0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.