??? what is arr[i]

Nov 26, 2012 at 4:46pm
what is arr[i]
Nov 26, 2012 at 4:49pm
If i is an integer and arr is an array, then arr[ i ] gives you the ith element in the array.
Last edited on Nov 26, 2012 at 4:50pm
Nov 26, 2012 at 4:52pm
array is stand for ? huhu

Nov 26, 2012 at 4:56pm
Nov 26, 2012 at 5:18pm
It might be a good idea to go through those tutorial pages right from the start.
http://www.cplusplus.com/doc/tutorial/
Nov 26, 2012 at 5:27pm
thank u, thank u so much Chervil n peter.... it is very stressful to create a program without knowing anything about C++ and as a beginner it is very hard <3
Last edited on Nov 26, 2012 at 5:29pm
Topic archived. No new replies allowed.