- 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.
- FreeSWITCH 1.8
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- 人臉識別原理及算法:動態人臉識別系統研究
- 精通API架構:設計、運維與演進
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- PhoneGap:Beginner's Guide(Third Edition)
- Keras深度學習實戰
- Instant Zurb Foundation 4
- 大數據時代的企業升級之道(全3冊)
- 從零開始學Python大數據與量化交易
- After Effects CC案例設計與經典插件(視頻教學版)
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- 零基礎學Java第2版
- Swift 2 Design Patterns
- Natural Language Processing with Python Cookbook