Add other lib for C++. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Add other lib for C++.

Is there a way to add other libraries for C ++? For example, I need a <cmath>.

22nd Apr 2019, 1:11 PM
Eixini
Eixini - avatar
1 Réponse
- 1
You can include cmath library by adding #include <cmath> . Use the same way to include other libraries aslo
22nd Apr 2019, 1:43 PM
Seniru
Seniru - avatar