License : MIT
Platform : Windows, Linux, macOS
C++ Required Version : C++ 11
API Family : System
Console.hpp is a System.Console (C#) implemented in C++.
The purpose is to provide C++ programmers with convenient and reliable console manipulation functions.
Console.hpp is distributed as a single header file so it's easy to install, just follow 2 steps:
-
Copy Console.hpp into your project
-
#include "Console.hpp"
Windows : Open Console.sln with VisualStudio and click Windows Debugger
Linux, macOS : cmake . && make && ./sc