Forum: C++ Oct 27th, 2004 |
| Replies: 4 Views: 3,892 |
Forum: C++ Oct 27th, 2004 |
| Replies: 4 Views: 3,892 ty stack...i changed the values like u suggested...but im still unable to get the desired results. it should be looking like:
* * * * * *
* * * * * *
etc........but it still gives me a single... |
Forum: C++ Oct 27th, 2004 |
| Replies: 4 Views: 3,892 sup guys
im trying to implement a nested for loop for a 2 dimension array that initializes the array to the character '*'. but its just printing out garbage, i think im messing up on my syntax... |