Skip to content

BudzioT/Custom_String

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📃 Overview

  • This is my own implementation of the class std::string (std::basic_string).
  • It has most of the methods, functions that are available in the normal std::string.

❗ Warning

  • This was my first project, made in the summer of 2023.
    Because of that, it can have some mistakes when combining several methods at once.

💻 Compiling

  • Just include String.h into your project.
  • Compile with String.cpp for it to work.

About

My own implementation of the std::string class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages