User profile: tneufeld

User info
User name:tneufeld
History
Joined:
Number of posts:6
Latest posts:

HELP! Cannot convert char to const char.
Thanks helios. That was a much better way of accomplishing what I wanted. It even lead me to a muc...

HELP! Cannot convert char to const char.
Hello, I am relatively new to C++ and I am have an error I am not sure how to fix. Can someone giv...

Getline [Error] no matching function for call to 'std::basic_istream<char>...
Thanks giblit. I discovered that when I started to manipulated data. I should have known that.

Getline [Error] no matching function for call to 'std::basic_istream<char>...
Thanks Carm and SamuelAdams. Both those suggestions fix the issues.

Getline [Error] no matching function for call to 'std::basic_istream<char>...
SamuelAdams: The line you suggested fixed all the compiler errors, but when I run the program it cr...