c++中ifstream一次读取整个文件

c++中ifstream一次读取整个文件

c++中一次读取整个文件的内容的方法,ifstream读取文件:

一、读取至char*的情况:

二、读取至std::string的情况:

1>

2>

代码出处:http://stackoverflow.com/questions/2602013/read-whole-ascii-file-into-c-stdstring