Regular Types
The concept of a regular type goes back to the creator of the Standard Template Library (STL) Alexander Stepanov. A regular type is a user-defined type and behaves like a built-in type.
This author has not written his bio yet.
But we are proud to say that Rainer Grimm contributed 656 entries already.
The concept of a regular type goes back to the creator of the Standard Template Library (STL) Alexander Stepanov. A regular type is a user-defined type and behaves like a built-in type.
Our software industry has a significant Lack of Training Culture. In my last article, I wrote that “Learning is not an Integral Part of your Profession“. Today, I focus on the fact that your employer does not support your learning.
The rule of zero, or six, is one of the advanced rules in modern C++. I wrote in my current book “C++ Core Guidelines Explained: Best Practices for Modern C++” about them. Today, I want to quote the relevant parts of my book in this post.
Argument-Dependent Lookup (ADL), also known as Koenig Lookup, is a set of “magical” rules for the lookup of unqualified functions based on their function arguments.
Partial Function Application is a technique in which a function binds a few of its arguments and returns a function taking fewer arguments. This technique is related to a technique used in functional languages called currying.
Our software industry has a significant Lack of Training Culture. What makes this Lack of Training Culture even worse is that the demand for high-quality software and the complexity of software will drastically increase in the nearer future.
In August, I gave an interview which caused many comments. Now, is the right time to publish my thoughts.
When you book it before 24/02/2023, you will get a 33% discount. But let me first present my mentoring program.
An idiom is an architectural or design pattern implementation in a concrete programming language. Applying them is idiomatic for a programming language. Today. I write about the Copy-and-Swap Idiom in C++. This idiom gives you the strong exception safety guarantee.