程序中写数据到文件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了程序中写数据到文件相关的知识,希望对你有一定的参考价值。
#include <iostream>
#include <iomanip>
#include <fstream>
using std::ofstream;
ofstream fout3("/home/wang/Desktop/teleop_control.txt");
fout3<<twist.linear.x<<" "<< twist.angular.z<<std::endl;
以上是关于程序中写数据到文件的主要内容,如果未能解决你的问题,请参考以下文章
在mybatis中写sql获取时间从00:00:00到23:23:59的数据