Results 1 to 3 of 3

Thread: Creating Directory

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2001
    Location
    Upstate NY
    Posts
    210

    Creating Directory

    firstly i want you all to pardon my lack of proper terminology, i'm a c++ newby!

    how do i make a directory in c++? (i program in the c++ that is in dos)

    sorry if i'm being vauge,

    Rhoads
    < o >

  2. #2
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    I'm sure there is a better way but this works:

    Code:
    #include <stdlib.h>
    
    ...
    
    system("mkdir asdf");
    Alcohol & calculus don't mix.
    Never drink & derive.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Feb 2001
    Location
    Upstate NY
    Posts
    210
    thanks
    < o >

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width