+ 2
Other than the source code they compile into different languages, C++ compiles into machine code (binary). PHP compiles into bytecode which gets interpreted by a virtual machine (a virtual CPU) also known as VM.
25th Jul 2018, 7:58 PM
TurtleShell
TurtleShell - avatar