Neoyanderson
Programmer
about output files... what is the default location where the file is created? is there any way to specify an exact location?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
FILE* fnew = fopen("D:\\mydir\\mysubdir\\newfile.txt","w+");
// or
ofstream fnew("D:\\mydir\\mysubdir\\newfile.txt");