This will show how to convert whole string into other variables. but for char u can convert only a letter from string to Char If You Want To Convert Only a Spesific ...
How do I get a wchar_t* string from a C++ std::string? std::string.c_str() gives the char* string but I need the wide-charater version to pass into UNICODE version of Windows APIs.