Hi,
I have following problem.
I have a map looking like this:
Now what I want to do is read a char and check if the map - shortkeys - contains that char. I've played around with loops and iterators but nothing works, I get some error about a non-scalar type.
What is the fastest way of doing what I want to do, and how should I do it?
Thanks!
I have following problem.
I have a map looking like this:
Code:
map<char,Action*> shortkeys
What is the fastest way of doing what I want to do, and how should I do it?
Thanks!
Comment