convert std::string to const char*how can i convert std::string to const char* so i can use it with the atoi(); function to convert th...