When I re-complied a .cpp file after crashing, my compiler told me this.
g:/program files (x86)/dev-cpp/mingw64/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot open output file C:\Users\chanson\Desktop\quickSort.exe: Permission denied
collect2.exe: error: ld returned 1 exit status
Compilation failed after 1.00 seconds with errors
My system is win8.1, compiler is TDM-GCC 4.8.1 64-bit Release. I think it's the problem of my OS, but how can I fix this problem? Thanks a lot!