An open API service indexing awesome lists of open source software.

https://github.com/vbsantos/cpp-library-example

Example of Library using OOP
https://github.com/vbsantos/cpp-library-example

cpp map oop smart-pointers unordered-map vector

Last synced: 6 months ago
JSON representation

Example of Library using OOP

Awesome Lists containing this project

README

          

# Library Project

This is a simple C++ project to demonstrate important language concepts, such as:

- Object-Oriented Programming (OOP)
- Smart Pointers (in this case, `std::unique_ptr`)
- STL Containers:
- `std::vector`
- `std::map`
- `std::unordered_map`