Dynamically allocating memory to an array and reading a large text file
I’ve had a look at some other similar questions and examples but I’m stumped. My goal is to open a very large text file (novel sized), allocate memory to an array, and then store the text into that …