- Hands-On System Programming with C++
- Dr. Rian Quinn
- 77字
- 2021-07-02 14:42:26
To get the most out of this book
The reader should have a general knowledge of C and C++ and be capable of writing, compiling, and executing C and C++ applications on Linux. In order to execute the examples in this book, the reader should also have access to an Intel-based computer running Ubuntu Linux 17.10 or higher. The reader should also ensure that GCC 7.0 or higher is installed using the following:
sudo apt-get install build-essential