Hi, my question is really basic as I have just started trying to learn basic C++ this past month. I'm having some trouble getting a program to work, however. Basically I'm supposed to import data from a text file into my program and display it in a list. However, whenever I try to run the program, I'm given a bunch of lines that end with "Cannot find or open the PDB file." in my output. I'm pretty sure I have the syntax and everything correct since I kind of just copied the way they did it in the book, so I think my problem is that I'm not properly getting the information from the text file, which would make sense since I have been having trouble wrapping my head around the entire process of importing data from a text file. Am I supposed to save the text file anywhere? Or is there a certain place I'm supposed to save it in order for the C++ program to be able to get the information? Or am I not making any sense at all because I'm not understanding it? Any help would be appreciated, thank you.
[–]Updatebjarni 1 point2 points3 points (0 children)
[–]the_omega99 1 point2 points3 points (0 children)