0

Do i have to learn all c++ libraries and their functions to work with c++?

or just one(i.e iostream) is fine?

4th Jul 2016, 8:51 PM
souvik singha
souvik singha - avatar
1 Respuesta
0
Each lib is written in c++, so you can make your own functions without any library. The libraries are there to help you write the code faster ( eg. cmath or algorithm ). You should learn as many libs as you can.
4th Jul 2016, 9:33 PM
Mihai Dancaescu
Mihai Dancaescu - avatar