https://github.com/delta456/modern_cpp_series
Code for my Modern C++ Articles
https://github.com/delta456/modern_cpp_series
articles beginner cplusplus cpp cpp11 cpp14 cpp17 cpp20 modern series tutorials
Last synced: 6 months ago
JSON representation
Code for my Modern C++ Articles
- Host: GitHub
- URL: https://github.com/delta456/modern_cpp_series
- Owner: Delta456
- License: mit
- Created: 2020-03-25T06:30:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T19:08:41.000Z (11 months ago)
- Last Synced: 2025-03-27T11:43:23.867Z (6 months ago)
- Topics: articles, beginner, cplusplus, cpp, cpp11, cpp14, cpp17, cpp20, modern, series, tutorials
- Language: C++
- Homepage:
- Size: 33.2 KB
- Stars: 36
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modern C++ Series
Code for my Modern C++ Article Series.
## Articles
- [Modern C++: An Introduction](https://dev.to/delta456/modern-c-an-introduction-36kg)
- [Modern C++: Raw strings `R("string")`](https://dev.to/delta456/modern-c-raw-strings-5c25)
- [Modern C++: `and`, `or` and `not` as bool operators](https://builtin.com/articles/c-or-and)
- [Modern C++: `constexpr`](https://dev.to/delta456/modern-c-constexpr-38bk)
- [Modern C++: Temp Vars in `if`/`switch` statments](https://dev.to/delta456/modern-c-temp-vars-in-if-switch-ig0)
- [Modern C++: Lambdas](https://dev.to/delta456/modern-c-lambdas-3pjl)
- [Modern C++: `enum class|struct`](https://dev.to/delta456/modern-c-enum-class-struct-m2f)
- [Modern C++: `std::optional`](https://builtin.com/articles/stdoptional)