how to read the csv file with my own vector class
i already have date.h,date.cpp,time.h,time.cpp
i have no idea how to do the maintest and how to create the vector class
i need to show Date, highest price and Start time(s) of the highest share price
please anyone help me, really appreciate your help
thanks!
sorry my main is really messy, i havent do the priceMAX and priceMIN
i dont have any idea how to print read the csv and print the highest price with this format
Menu option 1:
Date:<the transaction date>
Highest price:<the highest price>
Start time(s):
<time when the highest price occured>
how to search the highest price and show the start time and date, do i need to make an array?