Compiles and then runs the wrong file
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
I made a source file which worked fine (called "Arrays.cpp"). Then I wanted to edit it and change its purpose slightly, so I saved it again as "arrays and pointers.cpp". When I came to compile it, there were no errors, but it displayed "Arrays.exe", instead of "arrays and pointers.exe".
My email is robin@darcy.org.uk
Es cierto, para que vuelva a funcionar hay que borrar todos los archivos.exe para que lea los nuevos. No reenplaza la compilación nueva sobre la antigua.