So I\'m currently using this code to open a specified file:
FILE* stream; stream = fopen("file.txt", "w+");
My goal is to