Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/necatiergin/CPP_PUZZLES
Modern C++ puzzles.
https://github.com/necatiergin/CPP_PUZZLES
Last synced: 6 days ago
JSON representation
Modern C++ puzzles.
- Host: GitHub
- URL: https://github.com/necatiergin/CPP_PUZZLES
- Owner: necatiergin
- Created: 2024-01-16T09:29:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T09:46:35.000Z (7 months ago)
- Last Synced: 2024-08-01T19:56:53.734Z (3 months ago)
- Homepage:
- Size: 152 KB
- Stars: 41
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MODERN C++ PUZZLES
All questions are based on the **C++20** standard.
The answers to all of these questions must be one of the following options:- syntax error
- undefined behavior
- unspecified behavior
- it prints out :A difficulty level is indicated for each question.