Building Boost C++ library and testing a simple Python embedding in C++

Опубликовано: 29 Июнь 2026
на канале: TechFunnel
2,204
15

Boost is a quality C++ library that can be used to build commercial C++ applications. The first step of using boost is successfully building the software. In this video I'll be walking you through the easy steps of building and making header files and libraries available to use.

I also demonstrate a very simple python embedding in C++ with a sample program to test our boost build.