This program has the ability to trim and remove one or more characters, without the help of any function, only with the help of dynamic allocation, and pointers. Also the size of the array will be changed automatically according to the length of the new string.
Example:
--> "HELLO WORLD" -> size 11 characters
Trim character 'L'
--> "HEO WORD" -> size 8 characters
The code is easy to implement to be used in various projects and methods at will
-
Notifications
You must be signed in to change notification settings - Fork 0
Hi everyone, this is my first repository, after 8 months of learning the c ++ language I managed to learn something. So if I made a mistake, I apologize. However, I hope this git helps someone. Thanks and sorry for my English
bumbitzu/Trim-a-specific-character-from-an-array
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Hi everyone, this is my first repository, after 8 months of learning the c ++ language I managed to learn something. So if I made a mistake, I apologize. However, I hope this git helps someone. Thanks and sorry for my English
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published