I'm relatively new to C++ in some aspects but I know this is simple.
I'm writing a test case to add to another CUDA C program later to read in the input through .csv files and save them into an array (an attempt to mimic excel)
However the file will not open, but I'm not sure why. I have the file in the correct spot (same folder as .exe) yet it never opens. Do I have a problem with my code? Any help would be greatly appreciated.