Search:
Forum
General C++ Programming
cannot convert parameter 1 from 'std::st
cannot convert parameter 1 from 'std::string' to 'char *'
Nov 17, 2010 at 6:10pm UTC
colorlesscliche
(7)
SOLVED.
Last edited on
Dec 5, 2010 at 11:29pm UTC
Nov 17, 2010 at 6:28pm UTC
hamsterman
(4538)
there are two functions called 'getline'
http://www.cplusplus.com/reference/iostream/istream/getline/
http://www.cplusplus.com/reference/string/getline/
only the second one works for std::string
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs