Skip to content

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

Notifications You must be signed in to change notification settings

bumbitzu/Trim-a-specific-character-from-an-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrimCharacter

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

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

No packages published

Languages