- Learning C++ Functional Programming
- Wisnu Anggoro
- 138字
- 2021-07-02 20:51:36
Leveraging the use of C++ language with the C++ Standard Libraries
The C++ Standard Libraries are a powerful set of classes and functions that have many capabilities needed to create an application. They are controlled by the C++ ISO Standard Committee and is influenced by the Standard Template Libraries (STL), which were the generic libraries before C++11 was introduced. All features in Standard Libraries are declared in std namespace and no headers end in .h anymore (except 18 headers of the ISO C90 C Standard Library that is incorporated into the C++ Standard Libraries).
There are several header files containing the declaration of the C++ Standard Libraries. However, it is almost impossible to discuss all header files in these tiny chapters. We will, therefore, talk about some features that we will use most in our daily coding activities.
- Linux核心技術從小白到大牛
- Vue.js 2 and Bootstrap 4 Web Development
- Learning C++ Functional Programming
- 數據庫系統原理及MySQL應用教程
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Java:Data Science Made Easy
- Windows Presentation Foundation Development Cookbook
- Kotlin從基礎到實戰
- 新一代SDN:VMware NSX 網絡原理與實踐
- C語言程序設計
- Mastering Docker
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- Visual Basic程序設計全程指南
- Arduino電子設計實戰指南:零基礎篇
- 實戰Python網絡爬蟲