+ 2
What C++ header I will find in C++ course???
4 odpowiedzi
+ 11
<iostream>
<string>
<fstream>
<iomanip>
<cstdlib>
<ctime>
<cmath>
and lots more when you explore by yourself :>
+ 4
In addition to @Hatsy Rei
These are '.h' files that contain C++ function prototypes, constant definition, and macro definitions shared among several source files.
Types of header files:
1. System header files that are installed with the
compiler
2. User defined header files created by the
programmer
+ 4
Basics of:
<complex>
<ratio>
<climits>
<cfloat>
https://code.sololearn.com/WeUXYum4SJ6O/?ref=app
https://code.sololearn.com/W3HFZ45TvtiZ/?ref=app
https://code.sololearn.com/WLJILwl75qxT/?ref=app
+ 2
<iostream>