|
You are here |
blog.jetbrains.com | ||
| | | | |
www.cppstories.com
|
|
| | | | | While 2020 was a crazy and hard year we were fortunate - C++20 was accepted and published, and the work on new features continues. As usually every year, here's my overview of the year: the standardization process, features, implementation, compilers, tools, books and more. Other Reports: 2020 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012. | |
| | | | |
accu.org
|
|
| | | | | What is C++ and why do people still use it? Bjarne Stroustrup provides a short note answering these questions. | |
| | | | |
lemire.me
|
|
| | | | | In C++, comparing two objects for equality is straightforward when they are simple types like integers or strings. But what about complex, nested structures? You may have to implement the comparison (operator==) manually for each class, which is error-prone and tedious. Consider a person class. class person { public: person(std::string n, int a) : name(n), ... Continue reading Automated Equality Checks in C++ with Reflection (C++26) | |
| | | | |
www.github.com
|
|
| | | Web component to make skeletons. Contribute to mrtrimble/skelly-wc development by creating an account on GitHub. | ||