- 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.
- The Supervised Learning Workshop
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Python自然語言處理實(shí)戰(zhàn):核心技術(shù)與算法
- Python程序設(shè)計(第3版)
- Machine Learning with R Cookbook(Second Edition)
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題精解(C語言實(shí)現(xiàn)+微課視頻)
- 老“碼”識途
- 你不知道的JavaScript(中卷)
- The DevOps 2.5 Toolkit
- Learning Concurrency in Kotlin
- Beginning C++ Game Programming
- 微信小程序開發(fā)實(shí)戰(zhàn):設(shè)計·運(yùn)營·變現(xiàn)(圖解案例版)
- 區(qū)塊鏈項(xiàng)目開發(fā)指南
- Learning Nessus for Penetration Testing
- 邊玩邊學(xué)Scratch3.0少兒趣味編程