We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hello,everybody I am writing my code using c++ in keil project, and know that boost lib is powerful. so I want to add boost lib to my project. is it possible? if you have any idea, please tell me. thanks.
Have you looked at http://www.boost.org/ ?
In particular, at the Getting Started and Background sections and the "introductory material to help you understand what Boost is about" ?
And the Community: www.boost.org/.../
hi, Andrew I have seen the link as you mentioned, and known boost is better than C++ standard lib. Currently I can compile my code with c++ standard lib, so i want to whether can add boost into KEIL project or not.
If you know how to use Boost, then you should also know how to use it if you get what I mean. There is no magic involved.
I would suggest you instead consider C++11, since much of Boost functionality was incorporated into the standard.
See: stackoverflow.com/.../8852421
But C++11 has the big disadvantage that lots of compilers still doesn't support it. And even when supported, it's only a subset of the Boost functionality that got included in C++11.