News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Can't Find The Compiler

Started by Al_Capwn, July 17, 2011, 10:01:35 PM

Previous topic - Next topic

Al_Capwn

I am brand new to programming and just started using code::blocks. I started my first program and got the typical message that new guys get and always post about and don't know what to do about. I searched the forums and found an answer but i tried it and it doesn't work. I seem to be missing my compilers completely. I don't know if gnu gcc compiler is installed at all, I don't know anything about it. I do know, however, that I have Microsoft Visual Studio on my computer, which obviously includes all past versions. (I would think) I am running Vista on a Dell Optiplex 380.

ollydbg

QuoteI don't know if gnu gcc compiler is installed at all, I don't know anything about it.
which version of CB did you use? (which installer did you use)
Did you install a MinGw GCC?
We can't guess.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.