I am having some trouble on understanding how to create a dynamically allocated array and then inputting some information in to it from a text file.
Any help will be appreciated.
Example text file:
John Doe saving 135246978 300 0
char *array;
array = new char[SIZE];