|
One really big difference is that php is an interpreted language... that is, the code is read and interpreted then executed on a line by line basis, where as C++ is a compiled language... that is it is compiled into machine language and executed directly by the processor. By the way they are both OOPS coding structure, learn one well and the others come easily... well, relatively easy.
__________________
Sleeping Troll, EMUSE, Mind Expansion...Truly serendipity!
Last edited by Sleeping Troll; 05-25-2010 at 04:43 PM..
|