hi
im using c++ and need to read in a text file which has a list of x and y coordinates
my initial idea was to read them in using ifstream and then store them into a 2d array instead of a linked list as i know how many elements i have
just wondering if this sounds an ok thing to do or should i use a different stream input method?
PCDave
im using c++ and need to read in a text file which has a list of x and y coordinates
my initial idea was to read them in using ifstream and then store them into a 2d array instead of a linked list as i know how many elements i have
just wondering if this sounds an ok thing to do or should i use a different stream input method?
PCDave