Click to See Complete Forum and Search --> : wchar_t


ryanseys
July 27th, 2007, 02:46 PM
how to i use this function... when i use this (wchar_t) instead of char then it comes up with errors..
i use the #include <iostream> only do i need to include other "#include files" (sorry i don't know what their proper name is)

WilChang
July 27th, 2007, 05:43 PM
try declaring it like so:

wchar_t foo(bar);