- 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.
- Python程序設(shè)計(jì)(第3版)
- Full-Stack Vue.js 2 and Laravel 5
- 機(jī)械工程師Python編程:入門、實(shí)戰(zhàn)與進(jìn)階
- The DevOps 2.4 Toolkit
- C語言實(shí)驗(yàn)指導(dǎo)及習(xí)題解析
- INSTANT Sinatra Starter
- Python語言實(shí)用教程
- Building Machine Learning Systems with Python(Second Edition)
- Getting Started with React Native
- ASP.NET程序開發(fā)范例寶典
- Visualforce Developer’s guide
- Python Data Science Cookbook
- Angular應(yīng)用程序開發(fā)指南
- Java 從入門到項(xiàng)目實(shí)踐(超值版)
- Python函數(shù)式編程(第2版)