Glade is a RAD tool to enable quick & easy development of user interfa ..
There is a very insightful article in the Google Blog, titled "Our G ..
This tutorial introduces the reader informally to the basic concepts a ..
Python is a dynamic object-oriented programming language that can be u ..
This article explains the new features in Python 3.0, compared to 2.6. ..
This article explores many important extensions in GCC and shows you h ..
A good beginner's overview on what actually happens when compiling sof ..
This document outlines the set of requirements and guidelines for file ..
The Linux System Administrator's Guide, describes the system administr ..
A good beginner's overview on what actually happens when compiling software with GCC
Categories:
C/C++, Documentation
Homepage: http://www.linuxjournal.com/content/examining-compilation-process-part-1
Author: Mike Diehl
Published by: ossdeveloper.com admin
Total page views: 138
Total rating: 0
Total votes: 0
Date added: 2008-10-20 08:50:04
Date modified: 2008-10-20 08:50:04
As mentioned in the article itself:
"In this article, I'm going to discuss the process that the computer goes through to compile source code into an executable program. I won't be clouding the issue with the Make environment, or Revision Control, like I necessarily did in the class. For this article, we're only going to discuss what happens after you type gcc test.c."
This article is quick to read, but gives fantastic information for someone who does not already know this.
Access the home page for more information