You can upgrade to the latest version of Boost in a few steps:
- First uninstall all the Boost library packages of the current version.
- Next, add the PPA ppa:boost-latest/ppa and upgrade your installation:
Besides, how do I update my boost?
To start download after enabling Wi-Fi, tap Apps > Settings > General tab > About phone > Software Update > Continue update.
- Tap Download.
- Once downloaded, tap Continue to install.
- When the update is complete, your phone will restart and transition through a series of alerts stating Android is upgrading.
Secondly, how do I check my boost version? You can check version. hpp inside Boost include dir (normally /usr/include/boost , you can use locate /boost/version.
Considering this, how do I add a boost library?
3 Answers
- Go to Project properties → C/C++ → General → Additional Include Directories, and add a path to the boost library root (in my case C:Program Files (x86)Boost_1_53 ).
- Include a . hpp file in your sources, like #include <boost/lexical_cast/lexical_cast_old. hpp>
Is boost library still useful?
Yes if you have never used Boost then it worth trying. However Boost is big and you will not learn all boost libraries. However the new C++ standard library (C++11) has many features that are in boost like shared pointers, lambda etc so you may not need to use Boost anymore for those things.
