0
what are the preprocessor command besides <iostream>
8 odpowiedzi
+ 2
you could use #include <conio>
+ 1
#include
+ 1
#include<iostream.h>
+ 1
#include
+ 1
# include
+ 1
#include<vector>
+ 1
There are multiple #include commands for different purposes. #include <iostream> is the standard but there are also ones such as #include <stdlib.h>.
+ 1
#include <math>
#include <windows>
#include <conio>
The list goes on