
Advanced C and C++ Compiling, Paperback, 1st ed. Edition by Stevanovic, Milan
Paperback: 1st ed. Edition 9781430266679 1430266678 Publication Date: 2014-04-28 Publisher: Apress Paperback : 358 pages Edition: 1st ed. Edition Author: Stevanovic, Milan ISBN-10: 1430266678 ISBN-13: 9781430266679 Product Description Learning how to write C/C++ code is only the first step. To be a serious programmer, you need to understand the structure and purpose of the binary files produced by the compiler: object files, static libraries, shared libraries, and, of course, executables. Advanced C and C++ Compiling explains the build process in detail and shows how to integrate code from other developers in the form of deployed libraries as well as how to resolve issues and potential mismatches between your own and external code trees. With the proliferation of open source, understanding these issues is increasingly the responsibility of the individual programmer. Advanced C and C++ Compiling brings all of the information needed to move from intermediate to expert