Reading stock data from files
Now that we have the list of stock symbols that we’ll work on, let’s use this information to load the data from file and store it in our newly declared dynamic arrays. The prototype of our main loop should look like the following listing. Listing 5.6 Reading stock data from a file using a read_stock subroutine ❶ For […]