timeline11 14

C++ Core Guidelines: Rules for Concurrency and Parallelism

/
C++11 is the first C++ standard that deals with concurrency. The basic building block for concurrency…
RainerGrimmSmall

The new pdf bundle is ready: Functional Features in C++

/
I have prepared the pdf bundle. To get it is quite simple. If you subscribe to the newsletter, you…
cheetah

C++ Core Guidelines: The Remaining Rules about Performance

/
Today, I will write about the remaining ten rules of performance. Ten rules seem to be a lot, but only…

C++ Core Guidelines: More Rules about Performance

/
In this post, I continue my journey through the rules to performance in the C++ Core Guidelines. …
memoryFake

The Truth about “Raw Pointers Removed from C++”

/
Five bloggers have teamed up worldwide to deliver an April Fool's joke to readers about eliminating pointers.…
memory

No New New: Raw Pointers Removed from C++

/
Two weeks ago, the ISO C++ standard meeting took place in Jacksonville.  Today I want to make a…
cheetah

C++ Core Guidelines: Rules about Performance

/
Before I write about the rules of performance, I will do a straightforward job. Accessing the elements…
RainerGrimmSmall

Which pdf bundle should I provide? Make your choice!

/
Now, it's time to choose the next pdf bundle? You will get all posts, all source files, and a cmake file…
mathematics 678969 640

C++ Core Guidelines: Rules about Statements and Arithmetic

/
Today, I will write about the remaining rules to statements and the arithmetic rules. If you don't follow…
640px Schienennetz Schweiz.svg

C++ Core Guidelines: More about Control Structures

/
My last German post C++ Core Guidelines: To Switch or not to Switch, that is the Question got…
hamlet

C++ Core Guidelines: To Switch or not to Switch, that is the Question

/
First, I have to apologize. Today, I wanted to continue my journey through the C++ Core Guidelines with…
UnderConstruction

C++ Core Guidelines: Rules for Statements

/
Before I continue with the roughly 15 rules for statements, let me finish the two rules for expressions.…