Atom Atom feed

Search results

"tag:boost"


Title and summary Date/time
1
A Little C++ To Boost Your Spirit
Take a look at the following snippet of valid C++ code ... group = '(' >> expr >> ')'; fact = integer | group; term = fact >> *( ('*' >> fact) | ('/' >> fact) ); expr = term >> *( ('+' >> term) | ('-' >> term) ); ... and tell me C++ is not the perfe...
Mar 26, 2008
2
Quote Of The Day
Eric Niebler: [...] I drift back into the real world and hear this gem from Jeff as he compares ASIO to the popular ACE library: "ACE is an open source project, so you’re free to download it, look at the source code, and be horrified."
Jun 27, 2007
3
Boost Multi-index Container
This is my second attempt at live blogging. I'm at the OCI internal C++ lunch presentation. Today's speaker is Jonathan Pollack and he's talking about the Boost multi-index container, a C++ library that solves the "data" problem in certain situations...
Mar 28, 2006
4
Kevin Wants To Teach You Boost
Kevin Heifner: I'm still finishing up the course, but OCI has started advertising the class. Boost is a quickly growing and widely utilized Open Source C++ collection of libraries that provide tomorrow's C++ today. Boost allows developers to more quic...
Feb 21, 2006