23/04/2003, 14:06
|
| | | Fecha de Ingreso: noviembre-2002 Ubicación: Mexico
Mensajes: 2.751
Antigüedad: 22 años Puntos: 52 | |
Gracias!!!!!!!!!! Vi la informacion de Jorge y es excelente, y tambien doy gracias a korben por toda la informacion que me(nos) ha dado sobre conio.h y tiene toda la razon en hacer apuntes, yo tambien los hago, Talvez no use windows.h por ahora, mas bien voya ver las demas librerias que son mas faciles.
Por cierto estas son todas las funciones de milibreria conio.h y no se que hacen todas pero para que prueben y me expliquen , yo tambien probare.
Funciones
int _conio_kbhit();
void _set_screen_lines(int nlines);
void _setcursortype(int _type);
void blinkvideo();
char *cgets(char *_str);
void clreol();
void clrscr();
int cputs(const char *_str);
void delline();
int getche();
int gettext(int _left, int _top, int _right, int _bottom, void *_destin);
void gettextinfo(struct text_info *_r);
void gotoxy(int x, int y);
void gppconio_init();
void highvideo();
void insline();
void intensevideo();
void lowvideo();
int movetext(int _left, int _top, int _right, int _bottom,
int _destleft, int _desttop);
void normvideo();
int putch(int _c);
int puttext(int _left, int _top, int _right, int _bottom, void *_source);
void textattr(int _attr);
void textbackground(int _color);
void textcolor(int _color);
void textmode(int _mode);
int ungetch(int);
int wherex();
int wherey();
void window(int _left, int _top, int _right, int _bottom);
Hay las checan |