Hello Mat

 找回密码
 立即注册
查看: 2603|回复: 0

C++写入txt

[复制链接]

1323

主题

1551

帖子

0

金钱

管理员

Rank: 9Rank: 9Rank: 9

积分
22647
发表于 2022-3-19 23:04:33 | 显示全部楼层 |阅读模式
C++写入txt
#include <fstream>
  1. //std::string filename0 = "C:\\WitiaiCvCodes\\testimages\\example.txt"; // 指定文件名  
  2.         //std::ofstream outfile(filename0); // 创建ofstream对象,并打开文件  
  3.         //std::string textToWrite = "Hello, World!\n这是第二行文本。"; // 准备要写入文件的字符串  
  4.         //outfile << textToWrite; // 将字符串写入文件  
  5.         //outfile.close(); // 关闭文件
复制代码




参考:
【1】https://www.cnblogs.com/lzq116/p/10899839.html
【2】https://jingyan.baidu.com/article/8275fc865363d846a03cf619.html





算法QQ  3283892722
群智能算法链接http://halcom.cn/forum.php?mod=forumdisplay&fid=73
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Python|Opencv|MATLAB|Halcom.cn ( 蜀ICP备16027072号 )

GMT+8, 2024-11-22 23:17 , Processed in 0.204775 second(s), 21 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表