what are the preprocessor command besides <iostream> | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

what are the preprocessor command besides <iostream>

7th Aug 2016, 2:47 PM
SUMAN MAZUMDER
SUMAN MAZUMDER - avatar
8 ответов
+ 2
you could use #include <conio>
8th Aug 2016, 8:57 PM
Walter Núñez
Walter Núñez - avatar
+ 1
#include
7th Aug 2016, 3:10 PM
destro
+ 1
#include<iostream.h>
7th Aug 2016, 5:38 PM
rahul lunagariya
rahul lunagariya - avatar
+ 1
#include
8th Aug 2016, 11:33 PM
imane
imane - avatar
+ 1
# include
10th Aug 2016, 3:43 AM
dhinesh
dhinesh - avatar
+ 1
#include<vector>
10th Aug 2016, 3:56 PM
Aakash
Aakash - avatar
+ 1
There are multiple #include commands for different purposes. #include <iostream> is the standard but there are also ones such as #include <stdlib.h>.
11th Aug 2016, 5:00 PM
Zachary Akzin
Zachary Akzin - avatar
+ 1
#include <math> #include <windows> #include <conio> The list goes on
12th Dec 2016, 8:10 AM
Walter Núñez
Walter Núñez - avatar