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

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

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)