About the Software

Resourceful Code Reuse — by Dmitry Zinoviev (6 / 20)

The Pragmatic Programmers
The Pragmatic Programmers

--

👈 About the Book | TOC | Introduction: Why Reuse Code? 👉

To compile and run the C examples mentioned in the book, you need a decent C compiler (gcc is the best, but Intel and Microsoft would probably work, too) and a set of C development tools: maker (make), linker (ld), file, strip, ldd, and ranlib. The GNU development toolset works marvels; other toolsets may or may not work. All examples in the book have been tested on a Linux computer but will most likely work on macOS.

For the Python examples, a Python-3.x interpreter (python) is all you want. No third-party modules are required.

Shall we start?

Dmitry Zinoviev

mailto:dzinoviev@gmail.com

February 2021

Copyright © 2021, The Pragmatic Bookshelf.

👈 About the Book | TOC | Introduction: Why Reuse Code? 👉

Resourceful Code Reuse by Dmitry Zinoviev can be purchased in other book formats directly from the Pragmatic Programmers. If you notice a code error or formatting mistake, please let us know here so that we can fix it.

--

--

The Pragmatic Programmers
The Pragmatic Programmers

We create timely, practical books and learning resources on classic and cutting-edge topics to help you practice your craft and accelerate your career.