Un principiante
Estoy dando mis primeros pasos con el C++ y haciendo mi primer programa, cuando inento compilarlo me da errores:
d:mundo3dprogra~1holanena.cpp
d:mundo3dprogra~1holanena.cpp(2) : error C2501: 'using' : missing decl-specifiers
d:mundo3dprogra~1holanena.cpp(2) : error C2239: unexpected token 'identifier' following declaration of 'using'
d:mundo3dprogra~1holanena.cpp(2) : error C2061: syntax error : identifier 'namespace'
d:mundo3dprogra~1holanena.cpp(3) : fatal error C1083: Cannot open include file: 'iostream': No such file or directory
me imagino que será porque no estoy utilizando el compilador correcto y las librerías necesarias.
¿alguien me puede ayudar? Muchas gracias.
d:mundo3dprogra~1holanena.cpp
d:mundo3dprogra~1holanena.cpp(2) : error C2501: 'using' : missing decl-specifiers
d:mundo3dprogra~1holanena.cpp(2) : error C2239: unexpected token 'identifier' following declaration of 'using'
d:mundo3dprogra~1holanena.cpp(2) : error C2061: syntax error : identifier 'namespace'
d:mundo3dprogra~1holanena.cpp(3) : fatal error C1083: Cannot open include file: 'iostream': No such file or directory
me imagino que será porque no estoy utilizando el compilador correcto y las librerías necesarias.
¿alguien me puede ayudar? Muchas gracias.
