Author Topic: Making an executable file or .EXE  (Read 4127 times)

Offline hnefatl

  • Single posting newcomer
  • *
  • Posts: 2
Making an executable file or .EXE
« on: August 11, 2011, 05:47:15 pm »
Hi,
I'm sure this had been asked many times before, but as I am unable to find any answers:
How do I make my C++ code that I made in Code::Blocks, into a .EXE or executable file?

Please could you give a step by step guide for me to understand easily?

Thanks in advance,
hnefatl
hnefatl is a deliberate mis-spelling of the Nordic/Viking game hnefatafl.
:)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Making an executable file or .EXE
« Reply #1 on: August 11, 2011, 06:23:37 pm »
Using a compiler -> http://en.wikipedia.org/wiki/Compiler
And linker -> http://en.wikipedia.org/wiki/Linker_%28computing%29

Please search the internet for a tutorial about command line compilation.
This will help you learn the basics and make it easier to understand what is happening, when using Code::Blocks.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline hnefatl

  • Single posting newcomer
  • *
  • Posts: 2
Re: Making an executable file or .EXE
« Reply #2 on: August 12, 2011, 09:48:53 pm »
Thanks, I expected to have just missed an important part of the Code::Blocks Tutorial.
Will get to work learning about linkers+compilers right away!  :D
hnefatl is a deliberate mis-spelling of the Nordic/Viking game hnefatafl.
:)