Hey, so I have to write code to open these files and do further stuff to them but I can't even get the main file to open/read in. I have the files open under resource files and my code is below, but once I run it, it opens a blank black screen and then just closes right away. Once it closes the output box at the bottom says cannot find or open the PDB file. Is there something wrong with my code or am i supposed to do something else with the files? HELP!!
#include<iostream>
#include <string>
#include <fstream>
using namespace std;