Explore >> Select a destination


You are here

danlark.org
| | eyakubovich.github.io
11.2 parsecs away

Travel
| | The Google Style Guide (GSG) for C++ has become popular outside of just Google. But I don't like it at all. There... I said it. Now I want to take this opportunity to explain why I feel so strongly about it. GSG "style" The general observation is that the style...
| | developernote.com
11.1 parsecs away

Travel
| |
| | eli.thegreenplace.net
11.5 parsecs away

Travel
| |
| | blog.knatten.org
98.1 parsecs away

Travel
| Quiz time! Which of the following programs can you expect to not compile? For bonus points, which are required by the C++ standard to not compile? Program 1 Program 2 Program 3 In case you're not familiar with static_assert, it takes a constant boolean expression, and if it evaluates to false, you get a compilation...