if(response == 'y') { q++; char eco[] = {'_','a'+q}; mystring = string(eco); cout << mystring; outt.close(); sentinel = true; }
char eco[] = {'_','a'+q,0};
string mystring = "_a"; mystring[1]+=q;