The assignment is to mimic the behavior of certain shell commands using a C++ program. For example, the equivalent of using 'grep ptrn' from within a C++ program.<BR><BR>We've got no guidance on this ...
In one of my classes we're creating a shell in C. I've got everything working except how to store local variables. global variables are being stored in "extern char** environ" and right now I'm ...