どうすればできますか?一日中どこでも解決策を探していました:(それはc ++であり、すべての質問はタイトルにあります、ありがとう
if(fp.is_open())
{
while(getline(fp, buff))
{
if(buff.length() == lung)
{
// check if the characters are in the string
while(found != string::npos)
{
cout << i << "\r";
for(int x = 0; x < buff.length(); ++x)
{
found = lettere_possibili.find(buff[x]);
if(found == string::npos)
{
continue;
}
}
++i;
}
j = 0;
}
++k;
}
fp.close();
}