I am coding in Eclipse and have something like the following:
#include #include void read_file(){ char buffer[1025];
` Please include either of these:
`#include<sstream>` using std::istringstream;
You need this include:
#include <sstream>