miércoles, 27 de septiembre de 2017
CAJERO AUTOMATICO CON COLOR Y GOTOXY EN DEV C++
septiembre 27, 2017
No comments
/* Programa: perimta presentar un menu de un cajero de un banco (Solución 1) */
#include <conio.h>
#include <stdio.h>
#include <stdlib.h>
#include<windows.h>
void gotoxy(int x,int y)
{
HANDLE hcon;
hcon = GetStdHandle(STD_OUTPUT_HANDLE);
COORD dwPos;
dwPos.X = x;
dwPos.Y= y;
...
jueves, 14 de septiembre de 2017
jueves, 7 de septiembre de 2017
EVALUCION DEL PRIMER QUIMESTRE DEL MODULO REDES 2017-2018
septiembre 07, 2017
No comments
https://docs.google.com/forms/d/e/1FAIpQLSe6pPWOHAI8c8ExdhTa-Z1k9mqeb-NG2PJTLKub77OKIEv8MQ/viewf...
lunes, 4 de septiembre de 2017
EVALUACION DEL TERCER PARCIAL DEL PRIMER QUIMESTRE
septiembre 04, 2017
No comments
https://docs.google.com/forms/d/e/1FAIpQLSfE3sKFHQy1C4DeTdi-sjDq9hOkEdXCIHAOZktkLmF83Qk00g/viewf...