 
      
    | You are here | danlark.org | ||
| | | | | eyakubovich.github.io | |
| | | | | 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 | |
| | | | | ||
| | | | | eli.thegreenplace.net | |
| | | | | ||
| | | | | blog.knatten.org | |
| | | 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... | ||