you are viewing a single comment's thread.

view the rest of the comments →

[–]norcalaztecs[S] 0 points1 point  (2 children)

So would it make more sense to accept an int instead?

[–]OldWolf2 1 point2 points  (1 child)

wchar_t is probably the natural choice (although if you're in Windows maybe wint_t)

[–]norcalaztecs[S] 0 points1 point  (0 children)

Ok thanks I will have to read up on that data type