+ 2
How to clearly define Include word in C++.?
6 Answers
+ 2
I mean. Why we use it. And it's important for any program . What's importance of this?
+ 2
Manual Thank You. I understood that now.,
đ
+ 2
Manual Thank You. I understood that now.,
đ
+ 2
Aman
You're Welcome!đ
+ 1
Aman
What do you mean by clearly define an include?
+ 1
Aman the #include is used to link libraries and certain files to the project.
Without #include C/C++ will not function.
I recommend that you read this as well.
http://www.cplusplus.com/doc/tutorial/program_structure/