Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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.
This battleship game is played with 2 computers. This project was done for a Software Engineering class assignment. The source may not even build currently, as it was a second year project built around the unstable conio.h. I hope it helps!
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().
Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud.
Power faster innovation with Teradata VantageCloud
VantageCloud is the complete cloud analytics and data platform, delivering harmonized data and Trusted AI for all. Built for performance, flexibility, and openness, VantageCloud enables organizations to unify diverse data sources, run complex analytics, and deploy AI models—all within a single, scalable platform.
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().
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.