simple cross-platform library for doing terminal things.
To learn more about functions, view sample1.c
or sample2.c
- install mingw/gcc on your system and add that to path
- open a terminal and change directory to clui folder
- compile
c
code withgcc sample1.c
or maybe you want to enable warning and debug mode:gcc -Wall -Wextra -g sample1.c
- compile
cpp
code withg++ your_code.cpp