Using Python4Delphi with C++Builder VCL applications

Some C++ developers also use Python for their application development. There are several ways to integrate the two languages together. One way is to create Python extension modules containing C++ functions that implement new object types and functions. Another way is to use the Boost Python C++ library that enables interoperability between the Python and … Continue reading Using Python4Delphi with C++Builder VCL applications

Using the Eigen C++ Template Library with C++Builder and VCL

It's been almost 50 years since I took a Linear Algebra and Matrices course as one of my Computer Science electives at Cal Poly San Luis Obispo, CA. The textbook for the course was "Mathematics Of Matrices: First Book Of Matrix Theory And Linear Algebra" by Philip J Davis. While I have used arrays and … Continue reading Using the Eigen C++ Template Library with C++Builder and VCL