Creating a new directoryThanks, I will try these.
Creating a new directoryI am on Linux and I wanted to do this with the standard library.
Creating a new directoryHow do you create a new directory in C++? I would like to do this using the standard library and no ...
loop only running once(if at all)This time I fixed it: [code] #include <stdio.h> #include <stdlib.h> #include <string.h> int main(c...
loop only running once(if at all)I changed line 3 and also used [code]strcomp[/code]. Now when an invalid option is given the usage i...