Tag Archives: i++;

int i;

int i; is a declaration. Not the remarkable, dramatic kind of declaration you’d expect from Gandalf or William Wallace; it’s just a piece of programming code declaring a variable called ‘i’ to be of type integer. Just a number. i … Continue reading

Posted in Setting up | Tagged | Leave a comment