0
Add other lib for C++.
Is there a way to add other libraries for C ++? For example, I need a <cmath>.
1 Réponse
- 1
You can include cmath library by adding #include <cmath> .
Use the same way to include other libraries aslo
Is there a way to add other libraries for C ++? For example, I need a <cmath>.