I have started to follow the Beginner tutorial's so the first one is Hello World, so I have followed what was shown and it has failed this was created in Console application template then added the main.cpp file to the source folder. this is the below error message, can someone advise what I have done wrong?
1>Build started 7/4/2010 10:29:34 AM.
1>PrepareForBuild:
1> Creating directory "c:\users\***\documents\visual studio 2010\Projects\Lesson 1\Debug\".
1>InitializeBuildStatus:
1> Creating "Debug\Lesson 1.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>ClCompile:
1> Main.cpp
1>c:\users\****\documents\visual studio 2010\projects\lesson 1\lesson 1\main.cpp(4): error C2653: 'Std' : is not a class or namespace name
1>c:\users\****\documents\visual studio 2010\projects\lesson 1\lesson 1\main.cpp(4): error C2065: 'cout' : undeclared identifier
1>c:\users\****\documents\visual studio 2010\projects\lesson 1\lesson 1\main.cpp(4): error C2039: 'end1' : is not a member of 'std'
1>c:\users\****\documents\visual studio 2010\projects\lesson 1\lesson 1\main.cpp(4): error C2065: 'end1' : undeclared identifier
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:01.63
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========