28/09/2006, 14:20
|
| | Fecha de Ingreso: abril-2005
Mensajes: 3.083
Antigüedad: 19 años, 7 meses Puntos: 17 | |
Cita:
Iniciado por sol_angel Lo que tengo es esto... pero como te dije estoy recién partiendo así es que, lo estoy haciendo a lo tarzan... Se nota, se nota...
Código:
MAL #include<stdio.h>
MAL #include<iostream>
MAL #include<stdlib.h>
MAL main ()
MAL { file *pt;
MAL char nombre [30]
MAL char direccion [45]
MAL unsinged long n_matricula
MAL unsigned long rut
MAL unsigned long f_nacimiento
MAL }
Pt= fopen("archivo.txt", "r");
if (!Pt)
MAL { printf("el archivo no existe")
MAL systen ("pause");
int cont = 1;
while (!feof(pt))
MAL { fgets (%s,30,nombre, [cont]);
MAL fgets (%s,45,direccion, [cont]);
MAL fgets (%s,20,direccion, [cont]);
MAL fgets (%s,15,rut, [cont]);
MAL fgets (%s,10,f_nacimiento, [cont]);
fclose (pt);
system ("pause");
MAL return 0
}
Un 85% de líneas incorrectas.
¿Quieres hacernos creer que eso lo has estado programando? |