|
Does anyone know where to find a substantial amount of info on parallel arrays in C? I've tried these forums, the internet, and my book, and I get barely anything on it. I'm trying to store information in three arrays and then link them all together, so that when the user selects [0] for example it will print not only the info stored at [0] for one array, but it will print whatever is in all of the arrays at [0]. Any help would be sweet!
|