my understanding that our function syntax starts with a formula…
that formula goes like this:
return type//function…
does that mean that
#include is our return type? and Iostream is our function?
my understanding that our function syntax starts with a formula…
that formula goes like this:
return type//function…
does that mean that
#include is our return type? and Iostream is our function?
nevermind, I think I understand it now… #include is just telling the system that I wish to bring up a library…
<is the library i’m accessing and using content from in my code>…