I am learning to program C++ and I am using visual studio. In one of my video lectures we are taught how to use an manipulate .txt files. In the video, the instructor creates a .txt file:
ofstream tuesday("snickers.txt");
and it is saved to his desktop as a text file. However, when I do this on visual studio, I am unable to find the .txt file even when I do a full system search. Any help on where this would be saved and how to change the loaction of where it was saved?