28 Oct
2002
28 Oct
'02
9:15 a.m.
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 -- David Laight: david(a)l8s.co.uk