Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Simple, Secure Domain Registration
Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.
Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
Librería c++ optimizada, basada en la conio.h de borland. Esta fue realizada implementado funciones de ncurses.h de linux. Algunas funciones implementadas: cprinft, cscanf, textbackground, textcolor, gotoxy, clrscr, wherex, wherey, getch, getche, ...
Programs using conio.h working on Windows and Gnu/Linux
With this implementation, you can use the programs writed with the conio.h in windows and linux, using the ncurses for linux to simulate the conio.h functions.
It work on windows and linux, and use the Borland Style Conio2.h code.
Read the README file and have fun !
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Libborland is a open-source library and header files for developing like a conio.h and graphics.h. With libborland you can compiling source code using functions and constans from borland librarys.
The BOSS Library consists of a wrapper around SDL (Simple DirectMedia Layer) that imitates interfaces of older libraries such as Borland Graphics Interface (BGI), conio.h, bios.h. The goal is to be able to port old applications to modern systems.
Simple Linux implementation of Borland's conio (conio.h) library. It uses Ncurses. It includes most functions required to write a basic application using conioh (i.e. getch(), cprintf(), puts() and more).
Many people moving from Windows programming to UNIX program have problems with the missing non-blocking getch() and getche() functions provided by conio.h. This library provides the functionality of getch(), getche() and kbhit().
If you had problems with getting console input or console manipulation (you miss things like conio.h), Powerutils is for you. Powerutils already contains a dynamic fgetline function, a pause(), a gotoxy() and also a clear().
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
libconio is an implementation of conio.h fuctions that some DOS and Windows compilers provide. It's purpose is to allow developers to use functions like getch, getche, textcolor and others in a linux environment.