【发布时间】:2011-04-21 20:47:52
【问题描述】:
我是 C++ 新手,请帮我找出问题所在
string c;
stringstream out; //aggregate 'std::stringstream out' has incomplete type and cannot be //defined
out << it->second;
out << end1;//'end1' was not declared in this scope
c = out.str();
【问题讨论】: