Explore >> Select a destination


You are here

google.github.io
| | www.bfilipek.com
4.2 parsecs away

Travel
| | The ISO Committee accepted and published the C++17 Standard in December 2017. In this mega-long article, I've built (with your help!) a list of all major features of the new standard. Please have a look and see what we get! Language Features New auto rules for direct-list-initialization static_assert with no message typename in a template template parameter Removing trigraphs Nested namespace definition Attributes for namespaces and enumerators u8 character literals Allow constant evaluation for all non-type template arguments Fold Expressions Unary fold expressions and empty parameter packs Remove Deprecated Use of the register Keyword Remove Deprecated operator++(bool) Removing Deprecated Exception Specifications from C++17 Make exception specifications pa...
| | eyakubovich.github.io
1.0 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...
| | david.tribble.com
4.0 parsecs away

Travel
| | Incompatibilities Between ISO C90 and ISO C++98
| | www.fluentcpp.com
22.4 parsecs away

Travel
| There is a particular case for default parameters: it's when their type is a template type. Read on to see how to get this right.