Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library. See http://www.boost.org
Categories
Software DevelopmentLicense
Boost Software License (BSL1.0)Follow Boost C++ Libraries
Other Useful Business Software
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
Rate This Project
Login To Rate This Project
User Reviews
-
A jQuery like for C++ environment, thank you for creating this wonderful library
-
Many functions from Boost library become next C++ standard. Just said.
-
One of the best collections of C++ libraries.
-
Easy install on Windows 7 or later ---------------------------------- 1. Open up a Cygwin terminal and cd to your downloaded source 2. Run ./bootstrap.bat ( had to search for file) ~/Desktop/Download/boost_1_62_0/tools/build$ ./bootstrap.bat mingw ** because Im using mingw Bootstrapping the build engine Bootstrapping is done. To build, run: .\b2 --prefix=DIR install 3. Since I use Mingwing gcc I run the following commands: ~/Desktop/Download/boost_1_62_0/tools/build$ ./b2.exe --prefix=/boost/ toolset=gcc install Easy Install. Examples are in the install directory cd examples and just find a main.cpp program. To compile just run the following command : g++ main.cpp -o example1
-
good project