
17 Jun
2010
17 Jun
'10
6:57 a.m.
In v3, yes.
Are you sure about this? How the file will be open?
Depends on the standard library implementation. The Dinkumware library, used by Microsoft and some others, has an additional constructor/open that takes a wide character string. The fallback is to use the standard narrow character constructor/open.
Standard library, as according to standard does not accepts wide strings. So MSVC/Dinkumware implements... So what? Does STL Port implements this? Does GNU stdc++ implements this? Does Intel compiler's standard library implements this? Does Comeau C/C++ standard library implements this? Does C++0x standards defines this? This "wide string" file access is rather outstanding feature then a common one. Artyom