在c++创建b树过程中这一步#ifndef出现[Error] marco names must be identifiers怎么解决
#ifndef 和 #define 后面应该不能接 <>这个尖括号吧。你换一个名字,例如
#ifndef STRUCT_BTREE_NODE #define STRUCT_BTREE_NODE