cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
string class wchar_t?
string class wchar_t?
Nov 15, 2011 at 2:06pm UTC
Blessman11
(370)
Does the string class in c++ support
wchar_t
? or is it just
char
?
Nov 15, 2011 at 2:26pm UTC
webJose
(2948)
It is just char, but you can use std::wstring instead which is the one for wchar_t. And in general, std::basic_string<the char you need goes here>.
Topic archived. No new replies allowed.