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
Displaying array
Displaying array
Oct 14, 2010 at 7:53pm UTC
TomBess
(2)
For a school assignemnt we need to make a little console game.
Its there a way to display a 2d array in it's array form like so:
xxxx
xxxx
xxxx
xxxx
??
If so how?
Cheers,
Tom
Oct 14, 2010 at 8:01pm UTC
MottMan
(329)
Here's some source I wrote a while back that may help:
http://codepad.org/RyvduP6E
Look at the functions PrintBoard and BlankBoard specifically.
Oct 14, 2010 at 9:02pm UTC
Bazzy
(6281)
Use nested loops
Topic archived. No new replies allowed.