目录引言1. 枚举类2. 枚举属性3. 枚举函数4. 枚举构造函数5. 枚举扩展函数结语引言
I noticed that there are two ways to create C++ objects: BTree *btree = new BTree; and BTree btree; From what I can tell, the only开发者_JS百科 difference is in how class objects are accessed (.