简体   繁体   中英

Is there a place where we can see PHP <=> C++ equilavent libraries/function for a php developer starting with C++?

Is there a place where we can see PHP <=> C++ equilavent libraries/function for a php developer starting with C++?

As a PHP developer starting with C++, I often ask myself: what is the equivalent of such-and-such PHP function in C++?

The advantage of php, is that we have a very nice site which documents about everything we might want to use. All the commonly used PHP modules are all listed in one place ( http://php.net/manual/en/funcref.php ).

One of the difficulties of starting with C++ is that we always have to search all over the web for one (often one of many) equivalent of a php function.

It'd be nice to have a place where there is a table with the equivalent C++ library (or header) for each PHP module or group of function.

There is no direct mapping for all php functionality to C++.

The languages are just too different and are designed for completely different purposes.

All C++ standard libraries are documented here:

Here is a link to Stack overflow that provides a list of useful resources.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM