go

C++结构体在字段事先未知时

英文: C++ structs when fields not known beforehand 问题 我有一个C++程序,根据关键字从二进制/ASCII文件中读取数据,并将数据分配给每个关键字作为向...