Hello everyone,
I recently switched over to CodeBlocks and I have a few questions:
-Is MAX_PATH predefined in CodeBlocks?
-I saved a text file through one of my programs and although I was able to open it in the program(later on), I could not find the file on my computer.
Thanks.
what is the path? do a search for it
To define MAX_PATH just #include <windows.h>
:L Weird. It should be there in your projects folder. Have you tried looking for the .txt file in the projects folder?