- Mastering C++ Multithreading
- Maya Posch
- 122字
- 2021-07-15 17:33:56
Getting started
During the course of this book, we'll be assuming the use of a GCC-based toolchain (GCC or MinGW on Windows). If you wish to use alternative toolchains (clang, MSVC, ICC, and so on), please consult the documentation provided with these for compatible commands.
To compile the examples provided in this book, makefiles will be used. For those unfamiliar with makefiles, they are a simple but powerful text-based format used with the make tool for automating build tasks including compiling source code and adjusting the build environment. First released in 1977, make remains among the most popular build automation tools today.
Familiarity with the command line (Bash or equivalent) is assumed, with MSYS2 (Bash on Windows) recommended for those using Windows.
- Getting Started with Gulp(Second Edition)
- 大學(xué)計算機(jī)基礎(chǔ)(第三版)
- ThinkPHP 5實戰(zhàn)
- Python神經(jīng)網(wǎng)絡(luò)項目實戰(zhàn)
- MATLAB實用教程
- JavaScript從入門到精通(第3版)
- Responsive Web Design by Example
- Getting Started with NativeScript
- Go并發(fā)編程實戰(zhàn)
- Java高并發(fā)核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- UI設(shè)計全書(全彩)
- 從零開始:UI圖標(biāo)設(shè)計與制作(第3版)
- JBoss:Developer's Guide
- Python趣味編程與精彩實例
- Android應(yīng)用開發(fā)實戰(zhàn)(第2版)