Instalar Conio.h Dev C++
Enjoy playing this amazing game for free on your PC. Cooking games for free. Gamesena.com also provides crack/patch/update of this PC game. Please install it using recommended settings.
For use on POSIX platforms (like Ubuntu): NCurses
http://www.gnu.org/software/ncurses/
For use on Windows: PDCurses
http://pdcurses.sourceforge.net/
Both are highly compatible and, unless you are doing something the documentation says is specific to one or the other, they should work identically.
Here are some useful links:
Links for getting started: http://www.cplusplus.com/forum/windows/15935/#msg79025
Basics: http://www.cplusplus.com/forum/beginner/5796/#msg25862
Basic example ('Press the 'any' key'): http://www.cplusplus.com/forum/general/497/#msg1734
Informative example: http://www.cplusplus.com/forum/beginner/4520/#msg19965
Basic color example: http://www.cplusplus.com/forum/general/11032/2/#msg52617
Another color example: http://www.cplusplus.com/forum/general/11032/#msg52049
Wikipedia article & links: http://en.wikipedia.org/wiki/Ncurses
'NCURSES programming HOWTO': http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/
Be sure to look around for good documentation too. A good start is to Google for 'man curses'.
Hope this helps.
Instalar Conio.h Dev C 4
Conio.h is a C header file used mostly by MS-DOS compilers to provide console input/output.1 It is not part of the C standard library or ISO C, nor is it defined by POSIX. In short: Your program is not portable to Unix (or in fact, anything but MSDOS or Win32). Borland-style CONIO implementation for MinGW/Dev-C. CONIO 2.1 Changes in 2.1 (2013-12-05) clreol fix (clear also the color attribute) new functions clearkeybuf, delay, switchbackground and flashbackground gettext & puttext code simplified; 64bit targets in the makefile. Estas en el tema de instalar conio.h en code blocks en el foro de C/C en Foros del Web.Abrir el menu plugins, click en dev c devpack updater installer. Conio.h is a C header file used in old MS-DOS compilers to create text user interfaces. Compilers that targeted non-DOS operating systems, such as Linux, Win32 and OS/2, provided different implementations of these functions. The #include will give you almost all the functionalities that was provided in conio.h.