https://github.com/clausklein/cppstd20-code
C++20 - The Complet Guide code
https://github.com/clausklein/cppstd20-code
cmake cpp
Last synced: 4 months ago
JSON representation
C++20 - The Complet Guide code
- Host: GitHub
- URL: https://github.com/clausklein/cppstd20-code
- Owner: ClausKlein
- Created: 2023-05-18T10:14:31.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-09T19:37:48.000Z (over 1 year ago)
- Last Synced: 2025-06-11T19:39:44.146Z (4 months ago)
- Topics: cmake, cpp
- Homepage: http://www.cppstd20.com
- Size: 645 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cppstd20-code
The following code example is taken from the book
C++20 - The Complete Guide
by Nicolai M. Josuttis (www.josuttis.com)
http://www.cppstd20.com
The code is licensed under a
Creative Commons Attribution 4.0 International License
http://creativecommons.org/licenses/by/4.0/
## cmake build files support by Claus Klein