Sorry for this really basic question, but how can I add +1 to an integer?
You more than likely want to use int+int which as the name suggests it adds and integer to an integer.
Hope this helps.
you can use the int++ option wich is better for this case you give it a refrence and boom updates