character string c++ Is wifstream(wchar_t*) missing in STL?
Hello all, I am trying to write code using only wide character set and what a suprise: I could not find the constructor for wifstream(wchar_t* file_name) in STL. Is this right? I need to open a file which name is represented in wide characters. Is there any other way to do it using standard C++ library without resorting to converting to char*. Thanx. Happy programming.