newtonrealman Posted December 19, 2008 Share Posted December 19, 2008 After spending few hours, I cant get some code in eclipse (c++) work because i dont have the boost library. Can anyone give me some step by step tutorial how to import it (i am new to Boost and C++ in eclipse) Thanks Newton Link to comment Share on other sites More sharing options...
0 MTsoul Posted December 26, 2008 Share Posted December 26, 2008 Boost is a funny thing. The platform you are on dictates your installation style. If you are on Windows, download the distribution provided by BoostPro, which have compiled necessary libraries for you. If you are on *nix, download the source and compile it. Once you download it, it comes with a pretty good Getting Started guide you can follow to compile things. Setting it up in Eclipse is just a matter of including link libraries and include directories. Link to comment Share on other sites More sharing options...
Question
newtonrealman
After spending few hours, I cant get some code in eclipse (c++) work because i dont have the boost library. Can anyone give me some step by step tutorial how to import it (i am new to Boost and C++ in eclipse)
Thanks
Newton
Link to comment
Share on other sites
1 answer to this question
Recommended Posts