Skip to Content
Practical C++ Design: From Programming to Architecture
book

Practical C++ Design: From Programming to Architecture

by Adam B. Singer
December 2021
Intermediate to advanced
303 pages
7h 50m
English
Apress
Content preview from Practical C++ Design: From Programming to Architecture
© Adam Singer 2022
A. B. SingerPractical C++ Designhttps://doi.org/10.1007/978-1-4842-7407-1_7

7. Plugins

Adam B. Singer1  
(1)
The Woodlands, TX, USA
 

You’ve probably read the chapter title, so you already know that this chapter is about plugins, specifically their design and implementation. Additionally, plugins will afford us the opportunity to explore design techniques to isolate platform specific features. Before we dive into the details, however, let’s begin by defining what a plugin is.

7.1 What Is a Plugin?

A plugin is a software component that enables new functionality to be added to a program after the program’s initial compile. In this chapter, we’ll concentrate exclusively on runtime plugins, that is, plugins built as shared libraries (e.g., ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Practical C++ Design: From Programming to Architecture

Practical C++ Design: From Programming to Architecture

Adam B. Singer

Publisher Resources

ISBN: 9781484274071Purchase LinkPublisher Website