|
You are here |
timur.audio | ||
| | | | |
isocpp.org
|
|
| | | | | ||
| | | | |
www.cppstories.com
|
|
| | | | | 2018 is almost over (just a few hours left in Poland till midnight). As in previous years, I did a summary of many things that happened in the C++ community. This year seems to be marked with a solid progress towards the standardisation of C++20, using more and more C++17 and as always the growth in the community. | |
| | | | |
sdowney.org
|
|
| | | | | A Possible Technique constexpr bool g(int lhs, int rhs) { auto& op = partial_eq; return op.ne(lhs, rhs); } Compiler Explorer with Supporting Code A trait is defined as a template var... | |
| | | | |
rachelcarmena.github.io
|
|
| | | Some characteristics of functional programming | ||