在C++中,可以使用以下方法创建文件:
使用ofstream类创建文件:
# include & ltfstream & gt
使用命名空间std
int main() {
ofstream文件(& quotexample.txt & quot);
//使用文件流进行文件操作。
file . close();
返回0;
}
使用c风格的文件操作函数fopen创建文件:
# include & ltcstdio & gt
int main() {
FILE * FILE = fopen(& quot;example.txt & quot,& quotw & quot);
//使用文件指针进行文件操作。
fclose(文件);
返回0;
}
使用POSIX标准库中的open函数创建文件:
# include & ltfcntl.h & gt
# include & ltunistd.h & gt
int main() {
int file = open(& quot;example.txt & quot,O_WRONLY | O_CREAT,S _ IR usr | S _ iw usr);
//使用文件描述符进行文件操作。
关闭(文件);
返回0;
}
注意:上面示例中的文件名是“example.txt & quot,你可以根据你的需要来改变它。
以上内容来自互联网,不代表本站全部观点!欢迎关注我们:zhujipindao。com
评论前必须登录!
注册