Author Topic: Can't Find The Compiler  (Read 3458 times)

Al_Capwn

  • Guest
Can't Find The Compiler
« on: July 17, 2011, 10:01:35 pm »
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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Can't Find The Compiler
« Reply #1 on: July 18, 2011, 03:36:29 am »
Quote
I 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.