0
Do i have to learn all c++ libraries and their functions to work with c++?
or just one(i.e iostream) is fine?
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.