C/C++ Shell program

Hey! And thanks for any help that you are able to spare.

As the title indicates I've recently been tasked with writing a C++ shell imitation. One that comes with remove directory, lt and other functions that pertain to directories... the issue here is that:

We spent all year learning bash, so I'm basically a beginner in C/C++ even if my coding background helps me understand it.

So far all i have going is the reoccuring forloop and i was pointed to the Boostfile system library, but my issue with that is that there is no promise the teacher himself has that library or would even consider downloading it so that my code would work (unless i can export the filesystem part of the boost library only for my use).

So I ask, is there any comprehensive tutorials or example codes i can look at? Or is there a document that shows basic file manipulation with c/c++? Thanks in advance.
Topic archived. No new replies allowed.