0

What is #include

c++

10th Apr 2018, 4:02 PM
Prince
Prince - avatar
5 Respostas
- 1
Program which translate programming language to language which computer understand and can run.
10th Apr 2018, 6:37 PM
Bartosz Pieszko
Bartosz Pieszko - avatar
+ 1
# is a pre processor directive means process before compilation.. pre processor run those statement start with #... https://www.sololearn.com/discuss/1196486/?ref=app
10th Apr 2018, 4:09 PM
Arun Tomar
Arun Tomar - avatar
0
#Include includes libraries to your program. Libraries are files with functions/consts/classes... For example #include <iostream> gives you access to get input from user and print something on the screen. (functions like cin and cout are implemented in iostream library).
10th Apr 2018, 5:40 PM
Bartosz Pieszko
Bartosz Pieszko - avatar
0
what is compiler?
10th Apr 2018, 6:28 PM
Prince
Prince - avatar
0
prince - the compiler is a program that translates code from a given language to machine code
10th Apr 2018, 9:39 PM
Rational Agent