Is there a way to make a string grab a set text and a variable? Something like this:
std::string morning = "morning";
std::string str = "Good " [insert morning here] ", user!";
Obviously I'm trying to do something a bit more complex than the example I just gave, but I believe you can kinda understand what I'm trying to do.
Thanks in advance, guys!