I'm using gnu c++ on Unix
I have included direct.h
My code reads
int retval=_mkdir(p ath);
Compiler keeps failing saying _mkdir undeclared(firs t use of this function)
Any clues as to how to get compiler to recognize _mkdir?
Thanks
emp
I have included direct.h
My code reads
int retval=_mkdir(p ath);
Compiler keeps failing saying _mkdir undeclared(firs t use of this function)
Any clues as to how to get compiler to recognize _mkdir?
Thanks
emp
Comment