User profile: folke89

User info
User name:folke89
History
Joined:
Number of posts:7
Latest posts:

getline() Trouble...
serge: Yes. It's the same even if searchWord is local. I can make the error message dissaper i...

getline() Trouble...
searchWord is defined as a private member in the class CarRegister: [code]std::string searchWord;[/c...

Problem Suggestion (kind of a question)
Hi! Here's a link to another topic in this forum: http://www.cplusplus.com/forum/general/11117/.

getline() Trouble...
Hi! I'm having problem with getline(). Here's a method in my program: [code]void CarRegister::se...

Free memory const* char
jRaskell: Wonderful! Thank you! I added [code]strcpy(saveFolder, "Saves/");[/code] after [code]fi...