Hi,
Is it possible to delete certain items from a char sequence or string?
Say i have:
char test[5] = {'a','b','c','d','e'};
Is it possible to delete 'a' for example?
Thanks!
- Neil.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 8 of 8
Thread: Delete_items_from_stringThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |