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 the path
- Open a terminal and change the 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