My friend give the challenge on edit the source code to complete task, I gonna "./configure && make" without "make install" to not replace with my original cat
Thanks you so much! but which libraries I have to include?
$ g++ catseen.c
catseen.c: In function ‘int main(int, char**)’:
catseen.c:8:9: error: ‘ctring’ is not a member of ‘std’
catseen.c:8:21: error: expected ‘;’ before ‘command’
catseen.c:9:9: error: ‘command’ was not declared in this scope
catseen.c:10:31: error: ‘system’ was not declared in this scope
catseen.c:11:1: error: expected ‘}’ at end of input