What libraries for file searchIf you've got a recent version of GCC, you should be able to use std::filesystem. If not, try boost...
making member requiredIt's hard to figure out what you are trying to do. Could you give us some examples of what you want...
unix C++ solution to getch() questionThis post asks about the equivalent of getch() from <conio.h>. http://www.cplusplus.com/forum/unices...
Fork and executeThere's one issue that's not been mentioned yet, and that as to do with the use of [tt]getline()[/tt...