ifstream:incomplete type is not allowed
时间:2014-12-30 18:36:27
收藏:0
阅读:435
IntelliSense: incomplete type is not allowed
ifstream inputFile;
Need to add this:
#include <fstream>
原文:http://www.cnblogs.com/cindy-hu-23/p/4194059.html
评论(0)