+ 2
c++
can someone explain #input < > and please use simple turns so I understand (I'm a noobie)
6 ответов
+ 14
it is called header, there are some difference between turbo c++ and modern ide like codeblock. some example and its function is as follow :
#include <iostream>
enable you to use cout, cin, endl
for more information :
http://en.cppreference.com/w/cpp/header
+ 10
It means include this file.
basically it copies that files contents and pastes it infront of the file you are working in at compile time
+ 8
Do you mean #include < >
+ 2
thanks
+ 1
yeah sorry



