Chapter 3 Reuse Code at Runtime (C and Python)

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

👈 Building Dynamic Libraries | TOC | Harnessing Dynamic Loading 👉

Sometimes, your product’s functionality is only partially known at the time of development. Rather than bombard your customer with updates, you can “teach” the product to identify and integrate the missing pieces at runtime.

In this chapter, you’ll learn how to reuse code and functionality dynamically by loading object files and libraries at runtime and making calls to arbitrary remote procedures.

👈 Building Dynamic Libraries | TOC | Harnessing Dynamic Loading 👉

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.