Hello,
I'm trying to figure out a way where I can change my current output directory using C++ code - and also need that method to be platform agnostic.
I found the direct.h header file which is Windows compatible, and the unistd.h which is UNIX/POSIX compatible. Any solutions?
Cheers.