0
What is the difference between PhP and C++? What is the most important between them?
7 ответов
+ 2
Yeah. But As Andres Eduardo said, PHP is for making web pages. C++ is for writing programs
+ 2
We can not say that one is more important than the other. Each one has its own strength.
If I'm working in web backend I prefer PHP over C++. If my work is software engeneering I prefer C++ over PHP.
The differences:
- C++ can be more low level.
- PHP is easier to learn.
- PHP was build with the web in mind.
- C++ was build to be more general.
+ 2
well both are the programming languages... it depends on there need,
php is a server side scripting language that can be embedded in html5 for making dynamic webpages..
whereas c++ is a programming language which is very vast it can be used to develop games, web based applications and even it can work for web development.. it just that how feasible a C++ library is.. like Wt, ATL server and for web development CppCMS webdevelpment framework..
so any programming language can perform the desired task,.. it's just the right choice of library Which matters
+ 1
php is used in webpages
c++ makes programs
+ 1
php is written in C
0
php also a programming language
0
Thanks to all. ......