Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3348390
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:32:13+00:00 2026-05-18T01:32:13+00:00

In trying to provide a simple answer to a post about a C++ compiled

  • 0

In trying to provide a simple answer to a post about a “C++ compiled app” I was surprised that there weren’t any questions or answers about this basic topic. Even searches on Meta didn’t find anything helpful, whether on explaining compilers or beginning compiler questions in general.

We want Stackoverflow to be a good place to find answers about programming. We shouldn’t leave something so fundamental to Wikipedia. A simple analogy would be asking a master carpenter what a 10-penny nail is and getting brushed off. Sure it’s a simple question but a carpenter who thinks explaining something so simple is beneath him/her is just being a snob in the best case, politely, or a jerk if otherwise.

At the very least, this question provides a place to gather links to compiler-related explanations inside or outside of Stackoverflow.

[Id make this CW but don’t see the checkbox, has it been moved or deleted?]

In that spirit, I provide the link to the Wikipedia on compilers. Please edit this post with more links to compiler explanations.

Wikipedia entry on compilers.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T01:32:14+00:00Added an answer on May 18, 2026 at 1:32 am

    The Short Answer

    To just summarize very briefly what the role of a compiler would be and leave the extensive explanation to Wikipedia’s Compiler page, I’d just say that in general a compiler is a computer software which transforms an input source code written in a given form (usually targeted towards humans for readability) into an output program in a compressed form (usually targeted towards machines for execution). Alternatively, said software might go through several stages and produce multiple intermediate forms during processing, and might need to execute multiple passes and merge multiples input sources into one or more output.

    The compiler thus simply acts as a static translator for a (usually formal) human language into a (usually even more formal and minimalistic) machine language or instruction set.

    Some Distinctions to Keep in Mind

    This being said, usually the term “compilation” gets mangled with other terms describing other steps of a full software production cycle, and might be used to refer to steps like pre-processing (to prepare the input before processing and apply other kinds of transformations in advance, for instance possibly using meta-programming concepts) or linkage (to assemble multiple intermediate objects).

    A typical example could be the one of a C program, being compiled with a single command-line but which actually processes multiple .c (source) and .h (header) files into multiple .o (object) file and might then link these to multiple .a (assembly/library) files to produce an output program (.exe, .out, …) or another .a or .dll or .so (assembly for dynamic or shared library for different platforms).

    Said steps could also be performed by executing multiple command-lines instead, to dissociate the different operations occurring.

              
              
    Multi-Language Compilation Process


    This obviously is a very high-level explanation geared towards the IT-world, but there’s no doubt that you can refer to the term “compiler” for other software and machines transforming an input of any kind into somehow executable or usable output of another kind.


    Graphics courtesy of Wikipedia‘s Compiler page

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to provide a link to my company's website from a Windows Form.
I am trying to provide my own labelFunction for a CategoryAxis programatically but am
Trying to use an excpetion class which could provide location reference for XML parsing,
I'm trying to use some data from a PlanPlusOnline account. They only provide a
What functionality does the yield keyword in Python provide? For example, I'm trying to
I am trying to evaluate the answer provided here , and am getting the
I'm trying to POST to the HTTP gateway of an SMS provider (Sybase 365)
I am trying to get the DB2 data provider from a 32-bit .Net application
What I am trying to achieve is to merge three strings. Two are provided
Trying to setup an SSH server on Windows Server 2003. What are some good

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.