Visual Studio Code – Having trouble opening a txt file using ifstream in c++
I have code that processes a txt file word by word and hashes the input. However I cant even get my code to open the txt file. I have used both eclipse and visual studio, I made sure the txt…