Entries from October 2007

October 7, 2007

Notas

#include <stdio.h>
#include <string>
int main(int argc, char *argv[])
{
typedef struct {string Nombre; string Apellido; int Matematica; int Espaniol;
int Sociales; int Naturales; float Promedio; } ESTUDIANTE;
ESTUDIANTE Alumno[1000];
cout << “\t\t COLEGIO CLETANO\n” << “\t\tDonde nadie aprende mejor\n\n”;
int menu;
int x = 0;
string nombre_busqueda;
string apellido_busqueda;
while (!0){
cout << “\n”<< “\t– M E N U –\n” << ” [...]