cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Objective array question.
Objective array question.
Nov 17, 2011 at 2:32am
Nov 17, 2011 at 2:32am UTC
Ralphus629
(14)
So I have this array:
int alpha[]
My question is, how can I output alpha to print five components per line? I'm brain farting over here. Thanks
Nov 17, 2011 at 2:38am
Nov 17, 2011 at 2:38am UTC
jim80y
(264)
Firstly, do you know how you'd output the alpha elements all on one line?
Try writing that, and then change it to do multi line from there.
Nov 17, 2011 at 2:41am
Nov 17, 2011 at 2:41am UTC
Ralphus629
(14)
Thank you.
Topic archived. No new replies allowed.