• Stars
    star
    117
  • Rank 295,821 (Top 6 %)
  • Language
    C++
  • License
    MIT License
  • Created about 5 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a library conio.h for linux 🖥️. you can install manual library conio.h for linux step by step here.

Library <conio.h> For Linux

What is #include <conio.h>

If you see at the top of some C/C++ code, 90% of the time you'll see the line #include <conio.h>.

We're including the file <conio.h> into our main program. The <conio.h> header file contains certain library functions that peform input and output operation.

#include <conio.h> is a header file, conio stands for console-input-output and (.h) is basically header file extension.

It contains some functions and methods for formatting the output and getting input in the console.

The error will be shown like below : conio h fatal error

List Function <conio.h>

cprintf
cscanf
gotoxy
clrscr
textcolor
textbackground
wherex
wherey
getch
getche
ungetch
kbhit
putch
putchar
cputs
clreol
insline (not implemented)
delline (not implemented)
cgets   (not implemented)
getpass (not implemented)
gettext (not implemented)
_cprintf
_cscanf
_cputs
_getche
_kbhit
_putch
_ungetch

Some of it's functions which are often used :

  • kbhit - Determines if a keyboard key was pressed.
  • gcgets - Reads a string directly from the console.
  • cscanf - Reads formatted values directly from the console.
  • putch - Writes a character directly to the console.
  • cputs - Writes a string directly to the console.
  • cprintf - Formats values and writes them directly to the console.
  • clrscr - Clears the screen.
  • getch - Get char entry from the console

How To Install Library #include <conio.h>

This is a library conio.h for linux. Just copy file and paste file conio.h on /usr/include/ but don't forget before you want copy paste on /usr/include/ you must open folder as ADMINISTRATOR first !!

Step 1 :

  • Open your terminal can as root
  • sudo apt-get update
  • sudo apt-get upgrade
  • sudo apt-get install git
  • git clone https://github.com/zoelabbb/conio.h.git or Click to Clone Repos
  • cd conio.h

Copy & Paste

Step 2 :

  • sudo make install
  • Restart or Close your IDE and open it again
  • And done :D

Now you can using library #include <conio.h>.

Support Me

Wanna Support me ? You can buy me some coffee via :

More Repositories

1

carkecor

Membuat website TopUp Game Online menggunakan framework Codeigniter.
PHP
7
star
2

Gweather

This is a simple command-line tool ( CLI ) built with Golang that provides weather forecasts using the WeatherAPI from RapidAPI. The Weather CLI allows users to check the current weather and a three-day forecast for a specific location.
Go
2
star
3

simple-calc

We offer a smart calculator that is made with JS, CSS, and HTML. It is easy to use and simple to navigate. You can use it for basic or complex calculations. Deploy with CodeSandbox
HTML
1
star
4

reacttodo

Created with CodeSandbox
JavaScript
1
star
5

go-restpi-gin

Project Golang builds REST API 🔥 with Gin, Gorm & MySQL (PlanetScale) 🌏
Go
1
star
6

Serial-Key-Windows-10

This is windows 10 license & tutorial how to activate windows using KMS
1
star
7

GoPlantrees

This is a Landing Pages Go-Plantrees 🌳, simple landing pages using HTML & CSS ⚡️
CSS
1
star
8

go-crud-mysql

A simple CRUD project using Golang ✨
Go
1
star
9

todolist

Simple to do list using HTML JS, Deploy with CodeSandbox & Netlify
CSS
1
star
10

rexpressapi.ts

A simple and efficient REST API for managing blog posts and users. Built with Node.js, Express.js, TypeScript, and Prisma.
TypeScript
1
star
11

bunlysia

TypeScript
1
star
12

dragonrepeller.js

Welcome to the Dragon Repeller RPG project, a project created as part of the FreeCodeCamp course in game development using JavaScript.
JavaScript
1
star
13

gocrud_psql

This repository contains a simple CRUD (Create, Read, Update, Delete) Rest API for managing books written in Golang. The application uses PostgreSQL as its database to store book information. This project serves as a practical example for building a scalable and efficient API with Go and integrating it with a PostgreSQL database.
Go
1
star
14

bunauth

BunAuth is a simple project that combines the power of Bun, a modern JavaScript runtime, and Hono, a minimalistic web framework for Node.js. This project serves as an illustrative example of implementing basic authentication using the Bearer Token method.
TypeScript
1
star