// example char sczName[] = {"Jakes"}; std::string strName = std::string(sczName); /* SYNTAX #include <string> std::string(<char-to-convert>) */