Skip to content

Instantly share code, notes, and snippets.

@eimkasp
Created September 4, 2013 14:53
Show Gist options
  • Save eimkasp/6438073 to your computer and use it in GitHub Desktop.
Save eimkasp/6438073 to your computer and use it in GitHub Desktop.
C++ get line example with few words
getline(fd, pav, ','); fd >> ws;
cout << pav << endl;
getline(fd, degalai, ',');
fd >> sąnaudos;
A[i].Dėti(pav, degalai, sąnaudos);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment