Saturday, May 22, 2010

C++ Question: Is the purpose of the compiler to convert object code into source code?

No. The compiler converts source code into object code. The linker converts object code into executables.

C++ Question: Is the purpose of the compiler to convert object code into source code?
no, source code is what you write





compiler converts source code into machine code (stuff that the computer knows how to execute)


No comments:

Post a Comment