I posted this on StackOverflow and got a response that basically said I am not worthy. I really want to learn, so I'm hoping someone will give me some good feedback here:
I'm pretty new to C++, have only coded for one class so far so I don't really know what's wrong here. I met with a couple of tutors earlier who also couldn't figure out why this code is printing a memory location instead of the 2d array I'm looking for.
What I want it to do is print 30x15 asterisks...it's for a seating chart program.
It now prints my asterisks, but not in the 15x30 array I'm looking for. Looks like it's probably the correct number of asterisks (I didn't count them but it seems right.) Is there any insight you can give me about this? Thank you so much again!!!