Flag Function
最近用到了C++输入输出流操作,所以顺手记了下来。以后再慢慢补充
ofstream(默认是ios::in | ios::trunc)、ifstream(默认是ios::in)、fstream(默认是ios::in | ios::out)不同的流对应操作不一样
ios::app Opens an output file for appending.
//如果没有文件则创建文件并将所有输出附加在文件末尾,如果有文件则将所有输出附加在文件末尾
//可以用ofstream、fstream流打开
// Add the code from here
ofstream DepthInfo;
TComDataCU* DepthCU = m_ppcBestCU[0];
DepthInfo.open(