@abdulbadii,
You do NOT need to explicitly convert your const char* to a std::string to do that addition. Check out the reference on this site for the overloaded string + operators. Or just run my code sample in cpp.sh
You are creating a problem where one didn't exist.