User profile: QK11nhu

User info
User name:QK11nhu
Old user name:JDeegan
History
Joined:
Number of posts:17
Latest posts:

Swapping string elements
The issue is that the function shouldn't just rearrange the string, but 'swap' character pairs. E.g...

Swapping string elements
New to C++. I need help writing a function that will swap characters' positions in the following str...

Replacing Characters in a String (still need help as of 20th)
Thanks, I understand why the error is showing now. I wonder if there is some way to manipulate ALPHA...

Replacing Characters in a String (still need help as of 20th)
Strchr is again producing the same error message. Error: no instance of overloaded function "strchr...

Replacing Characters in a String (still need help as of 20th)
Still need assistance, if anyone could lend a hand.