I have built the Boost library from these instructions:
http://stackoverflow.com/questions/3529163/install-boost-library-in-visual-c-2008
Directory of the unzipped Boost folder is C:\Users\David\Desktop\boost_1_44_0
. I have called Visual C++ 2010. How to use Boost in a program?
I mean I want the following.
#include<boost>