virtual const char* what() const throw() { }
AFAIK它是一个函数,它将返回一个指向可变char的常量指针.剩下的我不确定.有人可以帮忙吗?
c++
c++ ×1