- Learning C++ Functional Programming
- Wisnu Anggoro
- 155字
- 2021-07-02 20:51:35
Getting closer with several new features in modern C++
So, what is new in modern C++ in comparison to the old one? There are so many changes in modern C++ compared to the old one, and the book pages will dramatically increase if we discuss all of them. However, we will discuss the new features in modern C++, which we should know about, to make us more productive in coding activities. We will discuss several new keywords, such as auto, decltype, and nullptr. We will also discuss the enhancement of the begin() and end() function that has now become a non-member class function. We will also discuss the augmented support for the for-each technique to iterate over collections using the range-based for loop techniques.
The next few subsections in this chapter will also discuss the new features of modern C++, namely Lambda expressions, smart pointers, and tuples, which were just added in the C++11 release.
- Extending Jenkins
- Spring 5.0 By Example
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- Rust Cookbook
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Modern JavaScript Applications
- Learning Python Design Patterns
- 數據結構習題解析與實驗指導
- .NET 4.5 Parallel Extensions Cookbook
- Mudbox 2013 Cookbook
- Shopify Application Development
- Python應用與實戰
- 金融商業數據分析:基于Python和SAS
- ASP.NET Core and Angular 2
- RESTful Web API Design with Node.js