Thread: Executing and stuff

  1. #1
    Registered User
    Join Date
    Jan 2005
    Posts
    16

    Executing and stuff

    How do running and compiling and executing differ from each other?
    Last edited by cnoob; 01-13-2005 at 11:47 AM.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Run and execute are the same
    Compiling is completely different - it's the step before run or execute

    Though you do run the compiler, but that's not the same as running your program.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    yes, I'm registered!!! algi's Avatar
    Join Date
    Nov 2004
    Location
    Ipswich
    Posts
    161
    compiling changes the code you've written into machine code, and the exacutable reads that machine code.
    I started out with nothing and I still have most of it left.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Run Error, Commands Executing Simultaneously..
    By MistuRaz in forum C Programming
    Replies: 3
    Last Post: 12-10-2006, 04:10 AM
  2. Executing a function from another thread.
    By Hiyo in forum C Programming
    Replies: 1
    Last Post: 11-25-2006, 12:12 PM
  3. Code executing during compilation, performing registration?
    By Robert602 in forum Windows Programming
    Replies: 1
    Last Post: 04-05-2004, 01:38 PM