post the full build log and the debug log.
BTW: You can also just try a nightly. 10/05 is rather old.
build log is as follows.
-------------- Clean: Debug in heapsort ---------------
Cleaned "heapsort - Debug"
-------------- Build: Debug in heapsort ---------------
mingw32-g++.exe -Wall -fexceptions -g -O3 -g -c D:\programs\heapsort\main.cpp -o obj\Debug\main.o
mingw32-g++.exe -o bin\Debug\heapsort.exe obj\Debug\main.o
Output size is 579.19 KB
Process terminated with status 0 (0 minutes, 10 seconds)
0 errors, 0 warnings
debugging log is as follows.
Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Debug
Adding source dir: D:\programs\heapsort\
Adding source dir: D:\programs\heapsort\
Adding file: bin\Debug\heapsort.exe
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb 5.2.1
Program exited normally.
Debugger finished with status 0
(Note:Although I have set a breakpoint,the program did not pause there.)
I want to try the new version,but our teacher insists that we use 10/05.