PIP 5.5.3
Platform-Independent Primitives
What is PIP

PIP - Platform-Independent Primitives - is crossplatform library for C++ developers. This library can help developers write non-GUI projects much more quickly, efficiently and customizable than on pure C++.

Application written on PIP works the same on any system. One can read and write any data types, serialize any types to device channels between any systems.

Many common data types, system primitives and devices implemented in this library.

PIP also tightly integrates with CMake build system, providing handly search main library, additional modules of PIP and several utilites. With CMake with PIP one can easily generate and use code metainformation or serialize custom types with it versions back-compatability.

Summary one can find at Functionality summary page.

Basic using of PIP described at Getting started page.