Hey, guys. I've decided to learn C++ for fun while we're having some downtime here at work.
I'm using Microsoft Visual C++ and it doesn't explain a couple of bits of basic syntax:
On the line
int main ()
What does "int" stand for? It seems to be used for an integer variable elsewhere. And what are the parentheses for? In case I want to set some parameters?
Thanks!
Tom