|
You are here |
oleksandrkvl.github.io | ||
| | | | |
isocpp.org
|
|
| | | | | [AI summary] This is a comprehensive list of proposals (PXXXRYY) submitted to the C++ standards committee, covering a wide range of topics such as concurrency, memory management, type traits, algorithms, and language features. The proposals span from early drafts to more recent versions and reflect the evolution of C++ over several years. | |
| | | | |
www.bfilipek.com
|
|
| | | | | 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... | |
| | | | |
dlang.org
|
|
| | | | | D Programming Language | |
| | | | |
dehora.net
|
|
| | | Back in 2013, I started a series of posts on programming languages I found interesting. One of the languages I wanted to write about at that time was Rust. As often happens, life got in the way, and it's only now that I'm coming round to a long overdue post. This is one of a series of posts on programming languages and you can read more about thathere. | ||