Open open()是一个系统调用函数,用来打开或创建一个文件,通过不同的oflag选项实现不同功能. 使用时open()函数需要包含的头文件:<sys/types.h>,<sys/stat.h>,<fcntl.h> 函数原型: int open(const char *pathname, int oflags); int open(const char *pathname, int oflags, mode_t mode); 参数列表: pathname:要打开或创…
当打开一个.h或.cpp文件时, Solution Explorer就自动展开文件所在的目录: 如果不想展开: Tools -> Options -> Projects And Solution -> General ->Track Active Item in Solution Explorer (去掉前面的对勾) 来自:http://blog.csdn.net/guowenyan001/arti…