How to get user temporany directory from c++ function?
example:
string myTempDir = getTempDir();
now myTempDir contains 'c:\tmp'
is there a portable function?
example:
string myTempDir = getTempDir();
now myTempDir contains 'c:\tmp'
is there a portable function?
Comment