User profile: kekie

User info
User name:kekie
History
Joined:
Number of posts:10
Latest posts:

User interupts program output C++
I already found a solution and marked this question as solved. See the above link for the solution.

User interupts program output C++
Linux - windows doesn't seem to have this problem. I got an answer here: http://www.dreamincode.net/...

User interupts program output C++
I have written a program that gets user input with getline(), and then prints some information to th...

Map to user-defined class
[output]error: no matching function for call to 'std::map<std::basic_string<char>, Room>::emplace(co...

Map to user-defined class
I have created a map between std::strings and a class I wrote called 'Room'. Right now room doesn't ...