What you have to understand is that code is not interpreted, it's compiled into directly executable code.
The difference is, that this code depends on what compiler you use, how it was set up, and also that the compiled executable contains not only the program, but also the data or some parts...