网站首页
编程语言
数据库
系统相关
其他分享
编程问答
fileHandler
2024-12-14
C++11新特性 - 右值引用 & 移动语义(3)
在C++11之前,假设有这么一个FileHandler类,实现如下#include<iostream>#include<cstdio>//forFILE*#include<vector>classFileHandler{private:FILE*file;FileHandler(constFileHandler&);FileHandler&operator=(constFi