- 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.
- Learning Cython Programming(Second Edition)
- Instant 960 Grid System
- 深入淺出DPDK
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- Scientific Computing with Scala
- 軟件品質之完美管理:實戰經典
- Java零基礎實戰
- Android移動開發案例教程:基于Android Studio開發環境
- SciPy Recipes
- 編程可以很簡單
- Learning iOS Security
- Design Patterns and Best Practices in Java
- Processing開發實戰
- HTML5+CSS3+JavaScript案例實戰
- Maya Programming with Python Cookbook