Jump to content

php functions in c++


jammesz

Recommended Posts

I was wondering if theres a way to have php functions in c++.

I only know basic c++ so i dont know if there is anything like this out there. but in my opinion php manipulates strings better, and easier, and this would save a lot of trouble having to do it in c++ (as in c++ it requires more code and effort).

 

Any help would be good.

Link to comment
https://forums.phpfreaks.com/topic/76497-php-functions-in-c/
Share on other sites

I think you'll find it easier to find a C++ string library that does what you want.  You could investigate the Boost String libraries, designed to fill in functions missing from STL:

 

http://www.boost.org/doc/html/string_algo.html#string_algo.intro

Link to comment
https://forums.phpfreaks.com/topic/76497-php-functions-in-c/#findComment-389661
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.