上传者: 38656463
|
上传时间: 2022-12-12 09:36:44
|
文件大小: 23KB
|
文件类型: PDF
C++二进制文件保存数据 类与结构体的区别
运行如下测试代码:
// OS: Ubuntu 19.10
// gcc version 9.2.1 20191008 (Ubuntu 9.2.1-9ubuntu2)
#include
#include
#include
#include
using std::string;
using std::ofstream;
using std::cout;
using std::cerr;
using std::endl;
using std::ios;
class Test {
private:
int value;
int data;