How to create std::wstring string type value in C++? asked Aug 18, 2020 in C++ by Pantycle_Genefanty (12.3k points) edited Aug 24, 2020 by Pantycle_Genefanty 0 like 0 dislike 39 views How I can to create unnamed string value of type std::wstring in C++ programming language? How to create unnamed string literal of type std::wstring in C++? create unnamed std::wstring string cpp string variable value literal Your comment on this question: Your name to display (optional): Email me at this address if a comment is added after mine:Email me if a comment is added after mine Privacy: Your email address will only be used for sending these notifications. Anti-spam verification: To avoid this verification in future, please log in or register. 1 Answer 0 like 0 dislike answered Aug 18, 2020 by Pantycle_Genefanty (12.3k points) edited Aug 24, 2020 by Pantycle_Genefanty Create unnamed std::wstring string literal you can so: L"some text"; Your comment on this answer: Your name to display (optional): Email me at this address if a comment is added after mine:Email me if a comment is added after mine Privacy: Your email address will only be used for sending these notifications. Anti-spam verification: To avoid this verification in future, please log in or register.