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
- Host: GitHub
- URL: https://github.com/vbsantos/cpp-library-example
- Owner: vbsantos
- Created: 2025-01-26T07:42:23.000Z (11 months ago)
- Default Branch: development
- Last Pushed: 2025-01-26T07:48:19.000Z (11 months ago)
- Last Synced: 2025-01-26T08:25:14.714Z (11 months ago)
- Topics: cpp, map, oop, smart-pointers, unordered-map, vector
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`