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
ccode withgcc sample1.cor maybe you want to enable warning and debug mode:gcc -Wall -Wextra -g sample1.c - compile
cppcode withg++ your_code.cpp