User: yang

  • Public profile

User profile: yang

User info
User name:yang
History
Joined:
Number of posts:33
Latest posts:

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 Records
can you paste your code here?

Array Based List
a 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