- Learning C++ Functional Programming
- Wisnu Anggoro
- 102字
- 2021-07-02 20:51:33
What you need for this book
To walk through this book and successfully compile all the source code examples, you will require a personal computer that runs Microsoft Windows 8.1 (or later) and contains the following software:
- The latest version of GCC, which supports C++11, C++14, and C++17 (during the writing of this book, the latest version was GCC v7.1.0)
- The Microsoft C++ compiler provided in Microsoft Visual Studio 2017 for supporting C++11, C++14, and C++17 (for Chapter 7, Running Parallel Execution Using Concurrency)
- Code::Blocks v16.01 (all sample code is written using the Code::Blocks IDE; however, it's optional to use this IDE)
推薦閱讀
- Visual Basic程序開發(學習筆記)
- C程序設計案例教程
- Apache Mesos Essentials
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- Gradle for Android
- ASP.NET Core 2 Fundamentals
- Mastering Backbone.js
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Spring Security Essentials
- Java并發編程:核心方法與框架
- Kotlin Programming By Example
- Android Sensor Programming By Example
- .NET 4.0面向對象編程漫談:應用篇
- 大規模語言模型開發基礎與實踐
- Node.js 6.x Blueprints