Pages

July 24, 2010

shortcut to compile on matrix

To compile in matrix, use: g++ yada.cpp yadoo.cpp -x c iof.c -lncurses If you have many cpp's, you may also do g++ *.cpp -x c iof.c -lncurses

No comments:

Post a Comment