Mq-b opened this issue a year ago · 0 comments
typedef struct { ElemType *elem; int top; int size; int increment; } SqStack;
使用这种风格毫无意义,而且我觉得很误导使用 C++ 的新的开发者,我只能认为是 C 遗留。
C++
C