Unable to use remove() on string?use clear() you can easily find the answer for such question by a little search http://www.cpluspl...
how do I add this together?[code]string name; int a; int sum = 0; cout<<"Enter string : "; cin>>name; for(a = 0; a!=n...
Deleting Text File Recordscan you paste your code here?
Array Based Lista personType class is just like a integer you used in part two, so you still need only one array, t...
How to copy one array into another array backwards[code]void reverse Word(char word [], char reverse [], int howMany) { for (int i = howMany -1,j=0;...
This user does not accept Private Messages