Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
In which real situations have you seen C++ usage for web applications wth PHP?

I've looked throught the forum, I've asked uncle Google and I know that:
- PHP extensions can be written in C/C++
- there is a great amount of C/C++ libraries you can use in PHP projects
- C/C++ has a great efficiency (if you use if well)
- you can process a great amount of data with C/C++, write crawlers
- there is even FastCGI, Wt, CppCMS, etc...

But what's more? Maybe some specific server-side tasks? Can you list them?

I'm used to write in PHP but at University I have a long C++ course. Learning only for passing would be a shame.

I'll be grateful for help.
Posted
Comments
Captain Price 12-Jan-14 15:53pm    
C and C++ is used almost and almost everywhere. :-)
Member 10519185 12-Jan-14 16:04pm    
Can you list more options where c++ is used with php? ;)
cariolihome 12-Jan-14 18:21pm    
e.g. Cryptography, Graphics

1 solution

C++ is one of the most powerful programming languages, hence it always worthy learning it (it is rather complex, though). In web related development, C++ could be used to develop high performance server side layers (or high perfomance client side applications, i.e. browsers :-) ), choosing it to extend PHP is up to you (to your needs).
 
Share this answer
 
Comments
Albert Holguin 12-Jan-14 19:55pm    
+5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900