Ok i think i understand the basics of arrays but im trying to figure out a way to use an array to read a csv file separate the values then send them back randomly. I dont want the code to do it but if anyone knows where i can find a good tutorial that explains arrays better and how to use them to pull strings from a file or anything that will give me a better understanding of arrays. I keep trying and failing and im starting to loose whats left of my mind
Arrays 101: avoiding arrays: how to use vectors.
Arrays 201: all the STL containers you could ever want.
Arrays 301: how to refactor someone else's arrays into STL containers.
Arrays 401: low-level programming -- arrays. (for masochists)