
Allows you to write binary components in C++11 that can be used across different compilers and standard libraries
Cppcomponents is a header-only, portable library that allows you to create binary C++ components that can be easily used across different compilers and different standard library implementations. It aims to provide a way to change or upgrade compilers or standard libraries without having to rebuild old libraries. Cppcomponents also allows you to use different compilers and standard libraries together, making integration easier. It supports constructors, static functions, std::string, std::vector, std::pair, std::tuple, cppcomponents::function as function parameters and return values, and exceptions. Components written using cppcomponents have built-in support for IUnknown, making them COM compatible.
Cppcomponents is a header-only, portable library that allows you to create binary C++ components that can be easily used across different compilers and standard libraries. It provides a way to change or upgrade compilers or standard libraries without having to rebuild old libraries. Cppcomponents also supports using different compilers and standard libraries together, making integration easier. It supports various C++11 features, provides COM compatibility for components, and requires no linking. Installation instructions are provided for both Linux and Windows platforms.
