int countClump (string inputString, string &longest)
{
for (int p = 0; p < biggestClump; p++) {
longest[p] = charRepeat;
}
cout << "The string is : " << longest << endl;
}
int main ()
{
biggest = countClump(word,longest);
return;
}
Thanks

New Topic/Question
Reply




MultiQuote





|