Fixed -> Error: ‘Umask’ Was Not Declared in This Scope
在编译报错的那个cpp里加入
#include <sys/stat.h>
In linux
本文作者:Seven Chen
版权声明:本文首发于Seven Chen的博客,转载请注明出处!
在编译报错的那个cpp里加入
#include <sys/stat.h>
In linux