https://github.com/alpsayin/cpp_practice
c++ practice for myself and a small argument parser library: argALParser
https://github.com/alpsayin/cpp_practice
argument argument-parser parsr
Last synced: 11 months ago
JSON representation
c++ practice for myself and a small argument parser library: argALParser
- Host: GitHub
- URL: https://github.com/alpsayin/cpp_practice
- Owner: alpsayin
- Created: 2021-11-14T19:35:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T08:45:54.000Z (over 4 years ago)
- Last Synced: 2025-02-01T12:08:58.768Z (over 1 year ago)
- Topics: argument, argument-parser, parsr
- Language: C++
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpp_practice
I was just having a fun with c++ vectors and managed pointers.
This also gave me a chance to play with CMake from scratch.
And finally I ended up implementing a small argument parser library.