Author Topic: Hello  (Read 4551 times)

Offline StealthOps013

  • Single posting newcomer
  • *
  • Posts: 3
Hello
« on: September 07, 2009, 07:04:08 am »
I am new to programming. I have been learning for about a month now. I am in a computer science class in high school, and am very interested in it. I downloaded code::blocks, which is what we use at school. I am trying to run my programs, but it is saying that the file has not been built yet and I need to build it. I have never run into this problem at school. I am guessing because my teacher already has it built on those computers.
So I just want to know how to build the file so that my program will run.

Sorry for such a noobish question!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Hello
« Reply #1 on: September 07, 2009, 07:19:12 am »
So I just want to know how to build the file so that my program will run.
Start with telling us what OS, what version of C::B you are using (including a compiler suite?!).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline StealthOps013

  • Single posting newcomer
  • *
  • Posts: 3
Re: Hello
« Reply #2 on: September 07, 2009, 07:36:11 am »
I am using the newest version of Code::Blocks, and Windows Vista.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Hello
« Reply #3 on: September 07, 2009, 07:38:58 am »
I am using the newest version of Code::Blocks, and Windows Vista.
Dou you mean the newest stable version (8.02) or a nightly ?

If you use the MinGW bundled with the 8.02-release, you might need to upgrade the compiler, because this version has known isssues on Vista, that have been fixed after or release.

Offline StealthOps013

  • Single posting newcomer
  • *
  • Posts: 3
Re: Hello
« Reply #4 on: September 07, 2009, 07:43:20 am »
I am not too sure about all of that, I mean I just downloaded C::B tonight, so I am assuming I would have the most updated and fully functional version.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Hello
« Reply #5 on: September 07, 2009, 09:06:34 am »
I mean I just downloaded C::B tonight, [...]
To make it a bit easier for you: What's the name of the file you downloaded? There are several versions available - the latest official relase (08/08) in several editions and literally tons of nightlies.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ