@cplusplusacolyte: thanks for the example. I understand it.
I read an article talking about arrays and i believe it helped me understand vectors better. I think i now know vectors and arrays.
I haven't yet practiced but when i do, i'll post two codes (one for arrays, the other for vectors) and hope it's right.
Sure thing. It took me a bit to wrap my head around arrays at first, so I understand some of the confusion you had, trying to take on vectors first. I still need to research how 2D vectors work, but participating in this topic helped me understand the basics, and I'm glad it helped you too.
That's a good book, I have it too, along with The C Programming Language Guide. I think Jumping into C++ covers some topics in a way that is easier to understand, though.