+ 1
is it necessary to make/include header file
2 ответов
+ 3
without it one cannot access the library
example :cout and cin is defined in iostream
+ 1
what if my program is divided into various files for different classes (not predefined classes) do i still need to include header file.