MareArts blog / Computer Vision & Artificial Intelligent Systems
std::stringstream ss; ss << "test" << index << ".png";
//stringstream to string
string s = ss.str();