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

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

Awesome Lists containing this project

README

          

# C++ Primer
(based on book by Barbara E. Moo, Josée Lajoie, and Stanley B. Lippman)



![GitHub last commit](https://img.shields.io/github/last-commit/allenvox/cxx-primer)



configure: `cmake --preset default`

build: `cmake --build --preset default`

run: `build/bin/%task%` (example: `build/bin/2-23-24`)