I am running Windows 7, my compiler is mingw32 (v 5.1.3 I believe), and I am running the latest version of CB (12.11) and I am using C++.
I go to build any new program and what happens is pretty much nothing. It makes a .o file for some reason and can't find the .exe. I am pretty new to C++, and it was working fine earlier today without me messing with the settings it just started not working.
My build log looks like this:
mingw32-g++.exe -c C:\Users\Zombi3NinjaKing\Desktop\School\Program01.cpp -o C:\Users\Zombi3NinjaKing\Desktop\School\Program01.o
mingw32-g++.exe -o C:\Users\Zombi3NinjaKing\Desktop\School\Program01.exe C:\Users\Zombi3NinjaKing\Desktop\School\Program01.o
Process terminated with status 0 (0 minutes, 1 seconds)
0 errors, 0 warnings (0 minutes, 1 seconds)