stringa di //:: find_first_of
#include
#include
using il namespace std;
conduttura di int ()
{
streptococco della stringa (“sostituire le vocali in questa frase da asterisks.");
il size_t ha trovato;
found=str.find_first_of (“aeiou„);
mentre (trovato! =string:: npos)
{
streptococco [trovato] = ' * ';
found=str.find_first_of (“aeiou„, found+1);
}
cout <>
|