Hands-On System Programming with C++

by Dr. Rian Quinn

★★★★☆
3.6 (547)

US$21.00

15% OFF CODE: SAVE15

Description

A hands-on guide to making system programming with C++ easy Key Features Write system-level code leveraging C++17Learn the internals of the Linux Application Binary Interface (ABI) and apply it to system programmingExplore C++ concurrency to take advantage of server-level constructs Book Description C++ is a general-purpose programming language with a bias toward system programming as it provides ready access to hardware-level resources, efficient compilation, and a versatile approach to higher-