2
edits
Changes
→Compiling under linux
If anyone is actually trying to compile under linux, they will notice quickly it fails.
To compile in matrix, use:
g++ yada.cpp yadoo.cpp -x c ciol.c -lncurses
If you have many cpp's, you may also do
g++ *.cpp -x c ciol.c -lncurses