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
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