User profile: elb

User info
User name:elb
History
Joined:
Number of posts:4
Latest posts:

What libraries for file search
If you've got a recent version of GCC, you should be able to use std::filesystem. If not, try boost...

making member required
It'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() question
This post asks about the equivalent of getch() from <conio.h>. http://www.cplusplus.com/forum/unices...

Fork and execute
There's one issue that's not been mentioned yet, and that as to do with the use of [tt]getline()[/tt...