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.
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.