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