FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

kuznetsov-m/cpp_container: My custom implementation of std::vector STL container. Used GoogleTest framework for unit tests via Github Actions. Project configured by CMake · GitHub

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp_container

Vector (a sequence container that encapsulates dynamic size arrays) implementation.

The project uses GoogleTest framework. Running tests is automated with GitHub Actions.

How to build

cd cpp_container
cmake -S. -Bbuild
cmake --build build

Running the tests

cd build
ctest

Links

About

My custom implementation of std::vector STL container. Used GoogleTest framework for unit tests via Github Actions. Project configured by CMake

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages


Back | FazBrowse Home | New Git URL