 |
How to find new line char in a string - C++ Forum
hi All, Through Web service i'm downloading a file as a string. Now the string is having the whole file. I want to extract line by line in that string. ... string::find( char c, size_type pos = 0 ) returns the index of the first occurrence of c in the str
www.cplusplus.com |
 |