struct2x icon indicating copy to clipboard operation
struct2x copied to clipboard

C++结构体序列化

Results 6 struct2x issues
Sort by recently updated
recently updated
newest added

vector容器支持自定义结构体吗?

大致结构就是,一个结构体中嵌套变长数组,以及可能存在链表或者链树这种数据结构,这个项目支持吗,谢谢

build in vs2022 come this error

double GenericReader::convertDouble(const char* value, uint32_t length) { if (!length) return 0.0; bool isNegative = false; // Flag to indicate if the number is negative double result = 0.0; uint32_t startIdx...