Tema
:
como se hace un hola mundo
Ver Mensaje Individual
#
12
(
permalink
)
19/07/2011, 03:03
fightmx
Fecha de Ingreso: febrero-2003
Ubicación: D.F.
Mensajes: 163
Antigüedad: 21 años, 9 meses
Puntos: 22
Respuesta: como se hace un hola mundo
Hace falta especificar el nombre de espacio
std
para endl.
Código C++:
Ver original
#include <iostream>
int
main
(
)
{
std
::
cout
<<
"hola mundo"
<<
std
::
endl
;
return
0
;
}
fightmx
Ver Perfil
Buscar todos los Mensajes de fightmx