Loading...

Tag: boost

3 Boost C++ libraries you might not know about

If you’re new to C++, you may not know how the Boost libraries have helped prototype many of the features you now take for granted in the standard. Before C++ 11, using the Boost Libraries was a must if you wanted to use shared pointers, static assertions, or even create a thread in a portable […]

Top