Control Escolar Borland c++

Danny Alvarez
20 de Octubre del 2014
No me imprime Nada de lo que pido necesito imprimir las variables del struct en diferentes opciones del switch pero no lo hace ayuda Mi profesor no me enseño eso :c dejo el codigo :c

#include
#include
#include
#include


int x,y,m;
char nom[30],mat[17],grup[8],tur[6],esp[30],opcionW='s',opcionS='a';
struct Alum {

char nombre[1600][30];
char matricula[1600][17];
char grupo[1600][8];
char turno[1600][6];
char especialidad[1600][30];
int Reporte[1600];
int Citatorio[1600];
char Asesorias[1600];
float Geo[10];
float Soft[10];
float Ing[10];
float Bio[10];
float BD[10];
float Etica[10];
float GeoP[10],SoftP[10],IngP[10],BioP[10],BDP[10],EticaP[10];
};

struct Alum Alumno;


Alumnos(){

system("Color 1B");
gotoxy(15,2);printf("Ingreso De Nuevo Alumno");

for(x=1; x