Installing boost for visual studio
coding | (0)
Boost is a collection of free libraries for c++, kind of a Swiss knife for the c++ geek.
Most of boost is actually header only and don't need any installation. To use the small dark part of boost
you need to install them, well built them, here is how:
Short, Softcore Method:
Go to BoostPro Computing and download a web installer. Follow the installer instructions.
It needs a free registration, and it does not contain some libraries like Boost.Python
Long, Hardcore Method:
This is the programmers way., we will built the libraries ourselves.
1.We start by downloading Boost Source code from Sourceforge
Continue Reading...