Compile

Share

What Does It Mean to "Compile" a Program?

To compile a program means to turn its source code into machine code, or into some other sort of code intended for its target platform.

For example, we can compile source code written in the C programming language using a C compiler to turn it into machine code for a specific CPU architecture such as x86 or x64.

Similarly, we can compile source code written in the C# programming language into byte code that targets a specific version of the .NET platform.

Written by Noel Santos.

About the Author

I'm a self-taught Brazilian programmer graduated in IT from a FATEC. In a world of increasingly complex and essential computers, I decided to use my technical expertise in hardware, desktop applications, and web technologies to create an informative resource to make PC's easier to understand.

View Comments