Sort By
Most Recent
2 Articles
In modern C++, or and and not are keywords that can be used to replace the boolean opeartors &&, || and !, respectively. Learn more.
std::optional is a feature in C++ that can distinguish optional values in a type-safe manner to make code more readable and consistent. Learn more.