what does string and cmath mean in c++? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2
3rd Mar 2018, 2:43 AM
Randhac kerlin
Randhac kerlin - avatar
3 Réponses
+ 5
#include <ctime> #indclude <string> they are the header Files.Header Files in C++ Header files contain definitions of Functions and Variables, which is imported or used into any C++ program by using the pre-processor #include statement. Header file have an extension ".h" which contains C++ function declaration and macro definition.
3rd Mar 2018, 3:05 AM
Akash Pal
Akash Pal - avatar
+ 3
its a header file used for some predefined function.....u could also create some function and have header file like that.....
15th Mar 2018, 3:53 AM
STRIKER
+ 2
tnx
3rd Mar 2018, 4:00 AM
Randhac kerlin
Randhac kerlin - avatar