What C++ header I will find in C++ course??? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

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

6th Apr 2017, 11:02 AM
M. Oly Mahmud
M. Oly Mahmud - avatar
4 Antworten
+ 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