What can be done to run boost on Dev-C++? What else can be used for boost?
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).
Dev-C++ uses really ancient versions of GCC and such, Visual Studio would
be the best replacement on Windows
On Tue, Feb 3, 2015 at 5:23 PM, Mudit Sharma
What can be done to run boost on Dev-C++? What else can be used for boost?
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (3)
-
Martin Sundhaug
-
Mathias Gaunard
-
Mudit Sharma