Login Register


[C++] Help needed <Case value> filter_list
Author
Message
RE: [C++] Help needed <Case value> #11
(11-24-2015, 08:02 PM)m0dem Wrote: It seems to work just fine for me.
I execute it and then it starts logging all my keys into Record.txt. Just like it should.
I don't know what's going on.

The problem is that it isn't logging the æøå keys

Reply

RE: [C++] Help needed <Case value> #12
(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.

Reply

RE: [C++] Help needed <Case value> #13
(11-24-2015, 09:13 PM)m0dem Wrote: Oh, well, I didn't know that.
I don't have those keys, so I can't test it.

Do you have any clue how to deal with it?

Reply

RE: [C++] Help needed <Case value> #14
(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/19128...e-for-type

Reply

RE: [C++] Help needed <Case value> #15
(11-24-2015, 09:39 PM)m0dem Wrote: Well, you might google it.
http://stackoverflow.com/questions/19128...e-for-type

How would I make it write " then? Like here
Code:
if(GetAsyncKeyState(0x10)) write << " "; else write << "2"; } break;
2 + shift = "



I got it! I just have to use /"

Reply







Users browsing this thread: 1 Guest(s)