Search:

Type: Posts; User: jimblumberg

Search: Search took 0.04 seconds.

  1. No you're using the wrong getline() there are two...

    No you're using the wrong getline() there are two versions of getline() one for std::string and one for C-strings. You need to use the proper version depending upon you're using a C-string or...
  2. Am I missing something? What is wrong with...

    Am I missing something? What is wrong with getline() with the std::string instead of using the C-string version of getline()?

    Jim
Results 1 to 2 of 2