I have this part of code. I want to print the contents of the file ,but everything I tried didn't work. Could you please help?
void ofxGVF::loadTemplates(string filename){
// clear();
//
ofxGVFGesture loadedGesture;
loadedGesture.clear();
ifstream infile;
stringstream doung;
infile.open (filename.c_str(), ifstream::in);