It's just like the cat
command on Linux, but its output is prettier.
Type command:
$ mkdir build/
$ cd build/
$ cmake ..
$ make
$ cd ../
$ ./install.sh
$ catpp <filename>
It's just like the "cat" command on Linux, but its output is prettier.
C++MIT