Thread: The Compiling Process

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Aug 2007
    Posts
    4

    Question The Compiling Process

    Please explain the stages of the compiling process.
    Can a function(not main) defined in one separate file be compiled into a exe or is it possible only to be compiled to a object file.
    During a Separate compiling process are the individual source files compiled all the way to be .exes or only to the stage of .objs and then linked using the linker to create the final application

    Can somebody tell me what are libraries in C++ and of what they consist of? Do they consist of separate compiled executable programs or object files
    Last edited by Varuna; 08-24-2007 at 11:45 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. init adopts zombie process?
    By password636 in forum Linux Programming
    Replies: 4
    Last Post: 07-01-2009, 10:05 AM
  2. Replies: 3
    Last Post: 10-15-2008, 09:24 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. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM