Strange issue with cout
- by ben
After reading from a text file, and storing it into a string, I tried to pass this message into another function that will print it out.
This is what it looks like:
http://imgur.com/MCjfRdp
void insert (int id, string message){
cout << "Inserting " << message << " at" << endl;
}
Somehow the message behind the string…