Tema
:
ayuda a un novato d c++
Ver Mensaje Individual
#
2
(
permalink
)
11/06/2007, 20:31
antoniog
Fecha de Ingreso: junio-2006
Mensajes: 118
Antigüedad: 19 años
Puntos: 4
Re: ayuda a un novato d c++
Hola,
A ver, algo asi:
Código:
#include<stdio.h> #include<conio.h> int main () { printf("Hola mundo!\n"); getch(); return 0; }
antoniog
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de antoniog