cpp-lib topic

List cpp-lib repositories

conio.h

117
Stars
60
Forks
Watchers

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

safe-arithmetic

75
Stars
8
Forks
Watchers

Safe arithmetic library for C++20 and above. Safe arithmetic ensures correctness of arithmetic operations at compile-time. It protects against overflow, underflow, divide by zero, and out-of-bounds in...