Skip to content

Reimplementation of stack, vector and map container types of the C++ standard template library (STL).

License

Notifications You must be signed in to change notification settings

iker-gonzalez/ft-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗄 ft_containers 🗄

Development repo for 42cursus' ft_containers project
For further information about 42cursus and its projects, please refer to 42cursus repo.

GitHub code size in bytes Number of lines of code Code language count GitHub top language GitHub last commit


🗣️ About

Reimplementation of stack, vector and map container types of the C++ standard template library (STL).

For detailed information, refer to the subject of this project

🛠️ Usage

Open a terminal and clone the repository in your local machine with the following command:

git clone https://github.com/iker-gonzalez/ft_containers.git

Once inside, navigate to the directory called tests and execute the command make

This will compile all unit tests provided for this project, one for each of the functions reimplemented.

Once we have the outputs, execute make run

It will start comparing std library functions output with ours, along with leaks testing.

Once testing is finished, all output objects would be removed.

About

Reimplementation of stack, vector and map container types of the C++ standard template library (STL).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published