Tuesday, 25 October 2016

C++ and BOOST

C++ is a middle-level, general-purpose, programming language developed by Bjarne Stroustrup in 1979 at Bell Labs. C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. Boost is one of the most important set of libraries for the C++ programming language. It provides support for tasks and structures such as linear algebra, pseudorandom number generation, multithreading, image processing, regular expressions, and unit testing. It contains over eighty individual libraries. Most of the Boost libraries are licensed under the Boost Software License.
          I would like to share simple c++ programs which uses boost library. It will be very useful for beginners.   

No comments:

Post a Comment