- 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.
- 數(shù)據(jù)庫系統(tǒng)教程(第2版)
- Spring 5企業(yè)級開發(fā)實戰(zhàn)
- Mastering JavaScript Object-Oriented Programming
- 移動UI設(shè)計(微課版)
- 劍指JVM:虛擬機(jī)實踐與性能調(diào)優(yōu)
- 零基礎(chǔ)學(xué)Scratch少兒編程:小學(xué)課本中的Scratch創(chuàng)意編程
- 青少年美育趣味課堂:XMind思維導(dǎo)圖制作
- C語言程序設(shè)計
- UML+OOPC嵌入式C語言開發(fā)精講
- Mastering OpenCV 4
- Swift 3 New Features
- Interactive Applications Using Matplotlib
- 差分進(jìn)化算法及其高維多目標(biāo)優(yōu)化應(yīng)用
- Julia Cookbook
- Python從入門到精通