How does the compile/link process work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jeyshree
    New Member
    • Jul 2010
    • 75

    How does the compile/link process work

    hello,
    can someone please explain me the different process involved in conversion of c file to .exe file? including .i files and .bak files .what will they contain?what is the difference among those files?
    please explain me clearly
  • donbock
    Recognized Expert Top Contributor
    • Mar 2008
    • 2427

    #2
    There is no Standard way this conversion happens, it can vary from one platform to another. Do you want to know how it works on a particular platform or is typical conversion good enough?

    Comment

    • jeyshree
      New Member
      • Jul 2010
      • 75

      #3
      thanks

      hello sir donbock,
      i wish to know about a general conversion method and various files formed.i am using turbo c under os windows 7.
      and thanks for replying me sir.

      Comment

      • jeyshree
        New Member
        • Jul 2010
        • 75

        #4
        Originally posted by donbock
        There is no Standard way this conversion happens, it can vary from one platform to another. Do you want to know how it works on a particular platform or is typical conversion good enough?
        hello sir donbock,
        i wish to know about a general conversion method and various files formed.i am using turbo c under os windows 7.
        and thanks for replying me sir.

        Comment

        • newb16
          Contributor
          • Jul 2008
          • 687

          #5
          In general it's simple - start with wiki articles on Compiler and Linker.
          ps - .bak files are usually previous version of just saved file and doesn't participate in build process.

          Comment

          Working...