j
k
j a
j l
As far as C is concerned, there can be no difference between
case '%': do_something(); break;
and
case (WCHAR)L'%': do_something(); break;
except that the latter is rather more complicated!
Remember '%' is an int constant.
David
Back to the thread
Back to the list