std::string parentstring = "Hello Agnosticdev, I love Tutorials"; std::string substring = "Agnosticdev"; auto index = parentstring.find(substring);