Thread: execution process

  1. #1
    Registered User
    Join Date
    Sep 2010
    Posts
    41

    execution process

    hi
    can any one tell me the execution process in c++ e.g compiler translates the high level language in low level language and uses secondary memory, like this
    or anyone can provide me the link of flow chart of the execution process
    thanks

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    250
    Code:
    +--------+
    | READY! |
    +--------+
        |
        |
        V
    +--------+
    |  AIM!  |
    +--------+
        |
        |
        V
    +--------+
    | FIRE!  |
    +--------+
    Target executed.
    iMalc: Your compiler doesn't accept misspellings and bad syntax, so why should we?
    justin777: I have no idea what you are talking about sorry, I use a laptop and there is no ascii eject or something

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Why isn't the execlp() function doing anything?
    By jsrig88 in forum C Programming
    Replies: 5
    Last Post: 10-12-2009, 10:09 AM
  2. sequenceing or queueing multiple process
    By sv_joshi_pune in forum Windows Programming
    Replies: 1
    Last Post: 08-14-2009, 09:43 AM
  3. Problem with forking a process
    By Unitedroad in forum C Programming
    Replies: 10
    Last Post: 10-04-2007, 01:43 AM
  4. process programming
    By St0rM-MaN in forum Linux Programming
    Replies: 2
    Last Post: 09-15-2007, 07:53 AM
  5. What is the best way to record a process execution time?
    By hanash in forum Linux Programming
    Replies: 7
    Last Post: 03-15-2006, 07:17 AM