Thread: why is object file called so?

  1. #1
    Registered User
    Join Date
    Mar 2011
    Posts
    254

    why is object file called so?

    Hi

    I understand that object file is created before the executable. But why is object file called so? Why not simply, say, pre-executable file? What does the word "Object" signify? Please let me know. Thanks.
    I'm an outright beginner. Using Win XP Pro and Code::Blocks. Be nice to me, please.

  2. #2
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    Why do you care? If you were around when the decision made I guess we would be calling them "pre-executable" files. Look, all of the history of computer programming can be found very easily online, take a look at wikipedia. Please don't flood the boards, specifically the programming ones with these types of questions.
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

  3. #3
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Here's what I found in wikipedia.
    Devoted my life to programming...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting Error: Called Object is not a Function
    By Ketsueki in forum C Programming
    Replies: 3
    Last Post: 06-23-2010, 05:51 AM
  2. Constructor is not called for static object?
    By Memloop in forum C++ Programming
    Replies: 4
    Last Post: 11-28-2009, 09:32 AM
  3. when is the constructor of a global object called??
    By mynickmynick in forum C++ Programming
    Replies: 6
    Last Post: 08-28-2008, 04:57 AM
  4. error: called object is not a function
    By sweetorangepie in forum C Programming
    Replies: 3
    Last Post: 03-20-2008, 06:47 PM
  5. error: called object is not a function
    By yougene in forum C Programming
    Replies: 1
    Last Post: 07-24-2007, 09:32 PM