标签: visual-studio-2010 visual-c++
我在Document.cpp构造函数中收到错误:
Document::Document() { this->lines = new ListImp<Line>(); }
Document.h属性:
protected: List<Line> *lines;