0
can one include more than one libraries?
example. #include <iostream> #include <string>
7 Respuestas
+ 1
Yea you can, just like in your example, make another line with "include <here>" and so on
+ 1
you can include as many libraries as you need
+ 1
we can as many as libraries according to the requirement of programming type
0
tnks
0
yup u can include more than one libraries/header files accroding to ur requirements..
0
yup
0
yes...using #include<file_name.h>...and you create your own one..