pero lo compile  con  el  compilador turbo c+ v 5.0  y no hubo erorres esta bien amenos  que  el compañero lo  haya  editado , pero el codigo  corre sastisfactoriamente<br><br><div class="gmail_quote">El 10 de noviembre de 2010 17:21, Francisco J. Canela <span dir="ltr"><<a href="mailto:darkydelphi@gmail.com">darkydelphi@gmail.com</a>></span> escribió:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Felicidades en primer lugar a Oscar por usar formatos abiertos. Lo he abierto y lo pego para aquellos que no disponen todavía de editores de texto compatibles con el formato "odt".<br>
<br>


        
        
        
        

<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">#include
<conio.h></span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">#include
<iostream.h></span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">#include
<string.h></span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">#include
<stdio.h></span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">#include
<iomanip.h></span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">int
indiceActual = 0;</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">char
Nombres[10][30];</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">char
CodigoEstudiante [10][30];</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">double
 CodEstudCursoNotas[10][3];</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">void
CapturarDatos();</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">void
ImprimirReporte();</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">double
CalcularNota(double,double);</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">void
main()</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">{</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       int
opcion;</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       do</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       {</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">               clrscr();</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">               cout<<"MENU
\n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">               cout<<"1.
Capturar Datos\n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">               cout<<"2.
Generar Reporte\n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">               cout<<"3.
Editar\n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">               cout<<"4.
Borrar\n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">               cout<<"5.
Salir\n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">               cout<<"Seleccione
Opcion: ";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">               cin>>opcion;</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">               switch
(opcion)</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">               {</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">                       case
1 : CapturarDatos();</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">                               
break;</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">                       case
2 : ImprimirReporte();</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">                               break;</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">                       case
3 : break;</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">                       case
4 : break;</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">                       case
5 : break;</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">               }</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       }
while (opcion != 5);</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">}</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">void
CapturarDatos()</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">{</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       clrscr();</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       cout
<< "Captura de datos\n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       cout
<< "Digite nombre estudiante:\n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       gets(
Nombres[indiceActual]);</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       cout
<< "Digite codigo curso\n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       cin>>
CodEstudCursoNotas [indiceActual][0];</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       cout
<< "Digite Codigo Estudiante\n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       cin>>
CodigoEstudiante[indiceActual];</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       cout
<< "Digite Nota 40% \n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       cin>>
CodEstudCursoNotas[indiceActual][1];</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       cout
<< "Digite Nota 60%\n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       cin>>
CodEstudCursoNotas[indiceActual][2];</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       indiceActual
= indiceActual + 1 ;</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">}</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">double
CalcularNota (double  Nota40, double  nota60){</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">return
(Nota40*0.4) + (nota60*0.6);</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">}</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">void
ImprimirReporte()</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">{</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       clrscr();</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       cout
<< "REPORTE GENERAL DE ESTUDIANTES\n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       cout
<< "Nombre
Est.\t\tCod.Estudiante\tCod.Curso\tN.60%\tN.40%\tN.100%\n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       for
(int f=0; f<indiceActual;f++)</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       {</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       </span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       cout
<< Nombres[f]<<"\t\t"<<
CodigoEstudiante[f]<< "\t"<< CodEstudCursoNotas
[f][0]<< "\t\t"<< CodEstudCursoNotas
[f][2]<<"\t"<< CodEstudCursoNotas
[f][1]<<"\t"<< setprecision(1)<<
CalcularNota(CodEstudCursoNotas[f][1],CodEstudCursoNotas[f][2])<<"\n";</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       }</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">       getch();</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<font color="#000000"><font face="Courier New"><font style="font-size: 11pt;" size="2"><span style="background: none repeat scroll 0% 0% transparent;">}</span></font></font></font></p>
<p style="margin-bottom: 0in; font-weight: normal; line-height: 100%;" align="LEFT">
<br>
</p>
<br><br><div class="gmail_quote">El 10 de noviembre de 2010 18:58, luis alfonso jimenez mejia <span dir="ltr"><<a href="mailto:viejolajimenez@gmail.com" target="_blank">viejolajimenez@gmail.com</a>></span> escribió:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
o .txt<br><br><div class="gmail_quote">El 10 de noviembre de 2010 14:58, luis alfonso jimenez mejia <span dir="ltr"><<a href="mailto:viejolajimenez@gmail.com" target="_blank">viejolajimenez@gmail.com</a>></span> escribió:<div>

<div></div><div><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
por  que no lo mandas  en pdf o docx o .doc  en mi sistema  no me abre  y  voy  a  descargar  openoffice  solo por mirarte  tu maravilla<br><br><div class="gmail_quote">El 8 de noviembre de 2010 22:51, oscar rodrigo triviño espitia <span dir="ltr"><<a href="mailto:gedeontri@hotmail.com" target="_blank">gedeontri@hotmail.com</a>></span> escribió:<br>



<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>



<div>
<font face="Tahoma" size="4"><span style="font-size: 10pt;">cconclase, tengo este programa, tal como está funciona al compilarlo y correrlo pero ahora debo hacer que funcionen los </span></font><font face="Tahoma" size="3"><span style="font-size: 13px;">demás</span></font><font face="Tahoma" size="4"><span style="font-size: 10pt;"> </span></font><b style="font-family: Tahoma; font-size: 10pt;">case</b><font face="Tahoma" size="4"><span style="font-size: 10pt;"> 3, 4 y 5.</span></font><div>



<font face="Tahoma" size="4"><span style="font-size: 10pt;"><br></span></font></div><div><font face="Tahoma" size="4"><span style="font-size: 10pt;">m e podrian colaborar? de este programa depende mi nota final</span></font></div>



                                          </div>
<br></div>_______________________________________________<br>
Lista de correo Cconclase <a href="mailto:Cconclase@listas.conclase.net" target="_blank">Cconclase@listas.conclase.net</a><br>
<a href="http://listas.conclase.net/mailman/listinfo/cconclase_listas.conclase.net" target="_blank">http://listas.conclase.net/mailman/listinfo/cconclase_listas.conclase.net</a><br>
Bajas: <a href="http://listas.conclase.net/index.php?gid=2&mnu=FAQ" target="_blank">http://listas.conclase.net/index.php?gid=2&mnu=FAQ</a><br></blockquote></div><br>
</blockquote></div></div></div><br>
<br>_______________________________________________<br>
Lista de correo Cconclase <a href="mailto:Cconclase@listas.conclase.net" target="_blank">Cconclase@listas.conclase.net</a><br>
<a href="http://listas.conclase.net/mailman/listinfo/cconclase_listas.conclase.net" target="_blank">http://listas.conclase.net/mailman/listinfo/cconclase_listas.conclase.net</a><br>
Bajas: <a href="http://listas.conclase.net/index.php?gid=2&mnu=FAQ" target="_blank">http://listas.conclase.net/index.php?gid=2&mnu=FAQ</a><br></blockquote></div><br>
<br>_______________________________________________<br>
Lista de correo Cconclase <a href="mailto:Cconclase@listas.conclase.net">Cconclase@listas.conclase.net</a><br>
<a href="http://listas.conclase.net/mailman/listinfo/cconclase_listas.conclase.net" target="_blank">http://listas.conclase.net/mailman/listinfo/cconclase_listas.conclase.net</a><br>
Bajas: <a href="http://listas.conclase.net/index.php?gid=2&mnu=FAQ" target="_blank">http://listas.conclase.net/index.php?gid=2&mnu=FAQ</a><br></blockquote></div><br>