Tuesday, 10 September 2013

How do I reference multiple variables within an array?

How do I reference multiple variables within an array?

In C++, is there any way to either print out multiple cells from or write
into multiple cells within an array at once? Like, if I wanted to read the
data within cells 10-25, would there be a faster way than cout<

No comments:

Post a Comment