What C++ header I will find in C++ course??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What C++ header I will find in C++ course???

6th Apr 2017, 11:02 AM
M. Oly Mahmud
M. Oly Mahmud - avatar
4 Answers
+ 11
<iostream> <string> <fstream> <iomanip> <cstdlib> <ctime> <cmath> and lots more when you explore by yourself :>
6th Apr 2017, 11:10 AM
Hatsy Rei
Hatsy Rei - avatar
+ 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
6th Apr 2017, 11:44 AM
เคฆเฅ‡เคตเฅ‡เค‚เคฆเฅเคฐ เคฎเคนเคพเคœเคจ (Devender)
เคฆเฅ‡เคตเฅ‡เค‚เคฆเฅเคฐ เคฎเคนเคพเคœเคจ (Devender) - avatar
6th Apr 2017, 2:02 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 2
<iostream>
6th Apr 2017, 11:11 AM
Abdinasir jim'ale
Abdinasir jim'ale - avatar