Explore >> Select a destination


You are here

qsantos.fr
| | zackoverflow.dev
2.6 parsecs away

Travel
| | Interfaces rely on slow dynamic-dispatch, but generics could open the door to performance boosts with the ability to leverage the cache-friendliness of static dispatch
| | denniskubes.com
2.2 parsecs away

Travel
| |
| | xnacly.me
2.4 parsecs away

Travel
| | Interacting with the Go runtime with c++ (or c, i think)
| | www.bfilipek.com
23.9 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...