by phrakture
Contrary to the other review, I actually know what's going on. Boost doesn't "implement the STL". Boost is a set of satellite libraries for C++ development - many of which are *already* accepted into the next C++ standard.
I for one, am a huge proponent of boost.
5 of 5 users found the following review helpful. Was this review helpful to you? Yes | No
Boost C++ Libraries represent collection of the greatest pieces of C++ code ever written by humanity.
by gregoryd
If C++ survives as a robust, reliable, production-quality programming language it will be due largely to the efforts of the Boost developers.
I use Boost in every single of my C++ projects, and you should do so too. Boost just contains too many libraries without which C++ development wouldn't be as much fun. Some - not all! - of these libraries, like shared_ptr, are even so useful that they will go into the upcoming C++ standard. I regularly use more than 20 of its libraries.
Boost consists of a multitude of relatively independent libraries of varying sizes, from very small
by rajaram_s
I am sorry, If the article is in the wrong place as a comment, but this is my first day at ohloh and so couldnt find out a way for discussion.
I planning to integrate a database management system library (similar to sqlite) to the project. Is it possible? I have a primitive code for the same...
0 of 2 users found the following review helpful. Was this review helpful to you? Yes | No
by lestermo
I guess my 4-star rating is somewhat confused. I don't fault Boost's code: it's rock solid, well written, etc... However, I think the Boost folks have drunk too much STL kool aid.
If you're still writing projects in C++ then Boost is definitely worth your consideration. My main complaint is that it was very difficult to just consume a little bit of it - I ended up finding myself biting off way too much. I'd find myself tweaking my code
0 of 7 users found the following review helpful. Was this review helpful to you? Yes | No