string st = to_string(i); string::size_type idx; idx = st.find('7'); bool flag = false; if(idx == string::npos){ flag = false; }else{ flag = true; }