+ 3

What are c++ libaries?

I have recently heard about boost library.What is it's use?Please clarify the concept.

22nd Apr 2018, 4:27 AM
Jatin khajuria
Jatin khajuria - avatar
3 Answers
+ 5
A C++ program can call on a large number of functions from this conforming implementation of the Standard C++ Library. These functions perform essential services such as input and output and provide efficient implementations of frequently used operations. For more information : https://en.m.wikipedia.org/wiki/C%2B%2B_Standard_Library
22nd Apr 2018, 4:41 AM
Mahmudul Hasan Fahim
Mahmudul Hasan Fahim - avatar
0
thanks
22nd Apr 2018, 4:43 AM
Jatin khajuria
Jatin khajuria - avatar