Skip to content

tuan9999/Containers

Repository files navigation

Containers

My implementation of the standard template library containers:

Usage

Run the following commands starting at the root of the repository:

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

This will result in two executables being built at the root of the repository:

  • containers, which is the executable built using the library and the provided main.cpp file.
  • Google_Test_run, which is the executable built using the library and the provided tests in the tests folder.

About

The standard template library rebuilt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages