Boost logo

Boost :

Subject: Re: [boost] A general qurey
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2015-02-03 12:29:32


On 03/02/2015 17:23, Mudit Sharma wrote:
> What can be done to run boost on Dev-C++?

For include-only libraries, you just need to set-up your project with
the right include directory.

For libraries with a library component, you need to build them with
settings compatible to that of your IDE/compiler and link against them.

The getting started guide of the documentation explains all of this.

> What else can be used for boost?

Boost works with most C++ compilers, at least with the most recent
versions (GCC, Clang, MSVC, Intel C++, others less well known).


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk