шнур //:: find_first_of
#include
#include
using namespace std;
основа int ()
{
str шнура («замените vowels в этом предложении asterisks.");
size_t нашло;
found=str.find_first_of («aeiou»);
пока (о! =string:: npos)
{
[ый] str = ' * ';
found=str.find_first_of («aeiou», found+1);
}
cout <>
|