C
Chad
Hello people. Im trying to make a directory using ms vc++
Ive been used to Borland and normally id do this..
#include <dir.h>
void main()
{
mkdir("c:\\directory");
return 0;
}
Nice an simple, BUT when I do this in VC++ it tells me that dir.h
doesnt exist! So what do i use?
Thankyou!!
Ive been used to Borland and normally id do this..
#include <dir.h>
void main()
{
mkdir("c:\\directory");
return 0;
}
Nice an simple, BUT when I do this in VC++ it tells me that dir.h
doesnt exist! So what do i use?
Thankyou!!