+ 1
I AM new...Its my first time...So where we put all this like #include <iostream>....and all.....In my computer.What is its use?
Ans me.pls
9 Answers
+ 1
it means you will use some functions and features defined in the file you're including, such as cin and cout
+ 1
this is a header file placed at the top of program of C++ while working on any software like codeblock etc
It is input output header file. A necessity to use it.
0
but where
0
What is it use
0
at the very beginning of your code
0
so What can we do with it
0
is it use for creating Apps
0
it helps you with development by providing quite handy tools, thus you may use cout with concatenation including iostream instead of printf()