Thread
:
Problem with Arrays
View Single Post
xpi0t0s
Mentor
29Oct2009,12:34
I would suggest using a printf or cout statement within a for loop.
e.g.
Code:
for (int i=0; i<4; i++) printf("%c ",status[i]);