Quote:
Originally posted by qw12er
I don't understand ... a compiled application is faster and less resources consuming.
but you guys doesn't seems to think so ... I wonder why. (but I value very much your opinion)
|
Where did we say it wasn't faster? It really depends on what you're doing. If you're going to be accessing a mysql DB every time the script is executed, writing the script in C++ isn't going to help you much.
To say that C++ is always better than PHP wouldn't be right. I love C++ and I loathe PHP but sometimes PHP is better suited to a particular job.