ifstream:incomplete type is not allowed

IntelliSense: incomplete type is not allowed

ifstream inputFile;

 

Need to add this:

#include <fstream>

 

posted @ 2014-12-30 17:04  細水長流  阅读(1214)  评论(0)    收藏  举报