What's the point of having libraries? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
0

What's the point of having libraries?

For example with <cmath> in C++ you have the ability to use extra mathematic numbers. To clear my question what I mean is why a language can't have all these libraries as standard and you have to enable them. Is it related to compiler's speed? or what?

25th Jun 2017, 9:20 AM
Γιάννης Δημητριάδης
Γιάννης Δημητριάδης - avatar
1 Resposta
+ 1
Main reason is modularity and ability to write your own library for othet developers. There is no need to have every library in your application.
25th Jun 2017, 9:26 AM
Majstor_Gile
Majstor_Gile - avatar