+ 2

c++

can someone explain #input < > and please use simple turns so I understand (I'm a noobie)

9th May 2017, 5:08 AM
Kyroh
Kyroh - avatar
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
9th May 2017, 6:38 AM
Agus Mei
Agus Mei - avatar
+ 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
9th May 2017, 5:11 AM
jay
jay - avatar
+ 8
Do you mean #include < >
9th May 2017, 5:09 AM
jay
jay - avatar
+ 2
thanks
9th May 2017, 5:12 AM
Kyroh
Kyroh - avatar
+ 1
yeah sorry
9th May 2017, 5:09 AM
Kyroh
Kyroh - avatar