Hey everybody, this is my first post here. C/C++ is my first language, and I just started about six months ago. I was playing with character arrays and hit a bump using two separate(not nested) for loops. I was trying to accept keyboard input and store two separate arrays. Somehow my second array always contains the first when called. I have a vague understanding of my problem, but I was hoping that someone might offer a brief explanation.