Pregon de Inicio de Fiestas 2018

El colegio Dr. Camilo Gallegos Domínguez se hizo presente en el Pregon de Fiestas por los 63 años de cantonización de Arenillas.

miércoles, 27 de septiembre de 2017

CAJERO AUTOMATICO CON COLOR Y GOTOXY EN DEV C++

/* 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

EDICION DE LIBROS

...

jueves, 7 de septiembre de 2017

EVALUCION DEL PRIMER QUIMESTRE DEL MODULO REDES 2017-2018

https://docs.google.com/forms/d/e/1FAIpQLSe6pPWOHAI8c8ExdhTa-Z1k9mqeb-NG2PJTLKub77OKIEv8MQ/viewf...

lunes, 4 de septiembre de 2017

EVALUACION DEL TERCER PARCIAL DEL PRIMER QUIMESTRE

https://docs.google.com/forms/d/e/1FAIpQLSfE3sKFHQy1C4DeTdi-sjDq9hOkEdXCIHAOZktkLmF83Qk00g/viewf...