cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
??? what is arr[i]
??? what is arr[i]
Nov 26, 2012 at 4:46pm UTC
Stunning
(18)
what is arr[i]
Nov 26, 2012 at 4:49pm UTC
Peter87
(11234)
If i is an integer and arr is an array, then arr[ i ] gives you the i
th
element in the array.
Last edited on
Nov 26, 2012 at 4:50pm UTC
Nov 26, 2012 at 4:52pm UTC
Stunning
(18)
array is stand for ? huhu
Nov 26, 2012 at 4:56pm UTC
Peter87
(11234)
http://www.cplusplus.com/doc/tutorial/arrays/
Nov 26, 2012 at 5:18pm UTC
Chervil
(7320)
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 UTC
Stunning
(18)
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 UTC
Topic archived. No new replies allowed.