+ 3
What are c++ libaries?
I have recently heard about boost library.What is it's use?Please clarify the concept.
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
0
thanks