Relative Content

Tag Archive for cconsole

Failure to open a CSV in C++

I am trying to write a function that opens a csv path in ifstream and then parse it into a course object that I can then insert into a BST. For some reason that I haven’t figured out yet, the program fails to open the csv and returns before ever hitting the rest of the code. Code below: