mkdir

#include <sys/stat.h>
//
// Read, write, execute/search by owner. 
//
if( mkdir( dirName.c_str(), S_IRWXU))
  {
     complain();
  }