Skip to content

Repository files navigation

Custom String Class in C++

A custom implementation of a String class using Object-Oriented Programming concepts in C++.

Features

  • Dynamic string storage
  • Operator overloading (+, -, +=, -=, =)
  • String sorting
  • String searching
  • String replacement
  • String merging

Concepts Used

  • Classes and Objects
  • Constructors and Destructor
  • Copy Constructor
  • Dynamic Memory Allocation
  • Friend Functions
  • Operator Overloading

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages