Main Page | Namespace List | Data Structures | File List | Namespace Members | Data Fields | Globals

CONIO Documentation

2.0

Borland-style CONIO implementation for MinGW/Dev-C++.

Homepage

Send any improvements to this library to me, I'll do new release of this devpak.

For the example of use, look at example in the Examples\conio\conio_test.c subdirectory of your Dev-C++ directory. It's simple:

  1. Include conio2.h.
  2. Link with libconio.a (add -lconio parameter to linker).

Functions defined already in MinGW's conio.h

conio2.h automatically includes conio.h. It also provides several #defines so you can use all these functions without underscores.

char* _cgets (char*);
int _cprintf (const char*, ...);
int _cputs (const char*);
int _cscanf (char*, ...);

int _getch (void);
int _getche (void);
int _kbhit (void);
int _putch (int);
int _ungetch (int);

int getch (void);
int getche (void);
int kbhit (void);
int putch (int);
int ungetch (int);

Author:
Hongli Lai <hongli@telekabel.nl>

tkorrovi <tkorrovi@altavista.net> on 2002/02/26.

Andrew Westcott <ajwestco@users.sourceforge.net>

Michal Molhanec <michal@molhanec.net>

Version:
2.0

Generated on Tue Aug 3 02:07:03 2004 for CONIO by doxygen 1.3.8