struct构造函数

xiaoxiao2021-02-28  77

struct PRE { int* pre; int count; PRE():count(0) { } };

参考: http://blog.csdn.net/cao478208248/article/details/23909073

转载请注明原文地址: https://www.6miu.com/read-61338.html

最新回复(0)