+ 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

28th Feb 2017, 4:52 PM
Sachin
9 Answers
+ 1
it means you will use some functions and features defined in the file you're including, such as cin and cout
28th Feb 2017, 5:03 PM
Serge Rola
Serge Rola - avatar
+ 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.
3rd Mar 2017, 3:20 PM
Prakhar Agarwal
Prakhar Agarwal - avatar
0
but where
28th Feb 2017, 5:04 PM
Sachin
0
What is it use
28th Feb 2017, 5:04 PM
Sachin
0
at the very beginning of your code
28th Feb 2017, 5:05 PM
Serge Rola
Serge Rola - avatar
0
so What can we do with it
28th Feb 2017, 5:06 PM
Sachin
0
is it use for creating Apps
28th Feb 2017, 5:06 PM
Sachin
0
it helps you with development by providing quite handy tools, thus you may use cout with concatenation including iostream instead of printf()
28th Feb 2017, 5:11 PM
Serge Rola
Serge Rola - avatar