User profile: ostar2

User info
User name:ostar2
History
Joined:
Number of posts:92
Latest posts:

Creating a new directory
Thanks, I will try these.

Creating a new directory
I am on Linux and I wanted to do this with the standard library.

Creating a new directory
How 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...