Hello i am watching some tutorials on 3d Buzz and intro to C++ starts by saying that
#include <iostream>
main ()
{
std::cout << "hello world!" << std::endl ;
}
should show a CMD like window saying Hello World!
On the video they try it and it works i try it and get error message
c:\users\nat\documents\visual studio 2008\projects\Hello World\Hello world\hello.cpp(4) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Why do i get this error message i have followed everything i have been told to,