Skip to content

achref-abidi/mySTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Simple_String: juste a simple implementation of a string class It has:

    • A copy constructor
    • A move constructor
    • A copy asignment operator
    • A move assignment operator.

    to better understand the rule of 5, and how to implement the members.and also see through the logging how each one is invoked, and get called. this class is used afterwards for testing purposes.

  2. Array: a simple statically allocated array

  3. Vector: lessons learned : how to allocate memory dynamically

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published