On 5/28/12 9:50 AM, Billy Ng wrote:
All I got is hpp files.
May I know which directory is it located?
 
BNG

You do realize that most of Boost IS just include files (hpp), there are a few libraries which have pieces that need to be compiled, but they are the exception. This is because most of Boost is templates, and the code is in the include files so it can be instanced for your types.
-- 
Richard Damon