buchspektrum Internet-Buchhandlung

Neuerscheinungen 2014

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Milan Stevanovic

Advanced C and C++ Compiling


1st ed. 2014. xviii, 340 S. 186 SW-Abb. 254 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2014
ISBN: 1-430-26667-8 (1430266678)
Neue ISBN: 978-1-430-26667-9 (9781430266679)

Preis und Lieferzeit: Bitte klicken


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 programmer together in one place -- an engineering guide on the topic of C/C++ binaries to help you get the most accurate and pertinent information in the quickest possible time.
Multitasking OS Basics
Simple Program Lifetime Stages
Program Execution Stages
The Impact of Reusing Concept
Working with Static Libraries
Designing Dynamic Libraries: Basics
Locating the Libraries
Designing Dynamic Libraries: Advanced Topics
Handling Duplicate Symbols When Linking In Dynamic Libraries
Dynamic Libraries Versioning
Dynamic Libraries Miscellaneous Topics
The Linux Toolbox
Linux Tasks
Windows Toolbox