![]() |
|
[C++] Help needed <Case value> - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C) +--- Thread: [C++] Help needed <Case value> (/Thread-C-Help-needed-Case-value) Pages:
1
2
|
RE: [C++] Help needed <Case value> - Sikom - 11-24-2015 (11-24-2015, 08:02 PM)m0dem Wrote: It seems to work just fine for me. The problem is that it isn't logging the æøå keys RE: [C++] Help needed <Case value> - m0dem - 11-24-2015 (11-24-2015, 08:34 PM)SimPlaysGames Wrote: The problem is that it isn't logging the æøå keys Oh, well, I didn't know that. I don't have those keys, so I can't test it. RE: [C++] Help needed <Case value> - Sikom - 11-24-2015 (11-24-2015, 09:13 PM)m0dem Wrote: Oh, well, I didn't know that. Do you have any clue how to deal with it? RE: [C++] Help needed <Case value> - m0dem - 11-24-2015 (11-24-2015, 09:27 PM)SimPlaysGames Wrote: Do you have any clue how to deal with it? Well, you might google it. http://stackoverflow.com/questions/19128589/c-case-label-value-exceed-maximum-value-for-type RE: [C++] Help needed <Case value> - Sikom - 11-25-2015 (11-24-2015, 09:39 PM)m0dem Wrote: Well, you might google it. How would I make it write " then? Like here Code: if(GetAsyncKeyState(0x10))
write << " ";
else
write << "2";
}
break;I got it! I just have to use /" |