Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext
Using the Distributions from Within C#

The distributions in this library can be used from the C# programming language when they are built using Microsofts Common Language Runtime option.

An example of this kind of usage is given in the distribution_explorer example: see boost-root/libs/math/dot_net_example for the source code: the application consists of a C++ dll that contains the actual distributions, and a C# GUI that allows you to explore their properties.


PrevUpHomeNext