1

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);
Paul R
  • 208,748
  • 37
  • 389
  • 560
userG
  • 49
  • 1
  • 8

0 Answers0