C++ tutorial Populating Arrays
Loading...
1,077
Loading...
Uploader Comments (WaterShipDownGR8)
see all
All Comments (5)
-
In the first program you initialized an array that has 5 elements in total (0,1,2,3,4) and in the for loop you wrote x = 0(first element), x<4(which doesn't include the last element).
Why ?
-
OMFG ! someone who actually realizes that there might be students out there..AND need to have user input for their program(s). THANK you. (If you get bored..could use an example of inheritances (like an address book with user input). If you need an email for a reference of my code I'd be MOST happy to. Great video..thank you.. this C++ second yr student would enjoy more of your style
: )
-
hi, how can you display a certain value in an array? thanks
i am really confused
-
thank you !!
Loading...
is that dev c++?
cyther39 2 years ago
yeah it is you don't have to use the include string directive in dev c++ though
WaterShipDownGR8 2 years ago