https://github.com/allenvox/cxx-primer
Tasks solutions for Lippman-Moo-Lajoie's "C++ Primer" book
https://github.com/allenvox/cxx-primer
cpp cxx
Last synced: 15 days ago
JSON representation
Tasks solutions for Lippman-Moo-Lajoie's "C++ Primer" book
- Host: GitHub
- URL: https://github.com/allenvox/cxx-primer
- Owner: allenvox
- Created: 2023-09-29T06:17:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T18:01:32.000Z (over 2 years ago)
- Last Synced: 2026-02-26T13:58:06.284Z (4 months ago)
- Topics: cpp, cxx
- Language: C++
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ Primer
(based on book by Barbara E. Moo, Josée Lajoie, and Stanley B. Lippman)

configure: `cmake --preset default`
build: `cmake --build --preset default`
run: `build/bin/%task%` (example: `build/bin/2-23-24`)