Search found 2 matches
- Wed Jun 16, 2004 4:17 am
- Forum: PHP - Code
- Topic: PHP with C++
- Replies: 4
- Views: 607
PHP with C++
Is it possible to create a link (API calling) between php script and a c++ code without creating a switch on the method in the c++ code ?
- Tue Jun 15, 2004 4:44 am
- Forum: PHP - Code
- Topic: PHP with C++
- Replies: 4
- Views: 607
PHP with C++
Hello, I am trying to use a php interface to call an executable compiled in C++. I first succeeded in using the executable’s functions and store my results in text file. Now I am trying to use only the memory models instead of files to manipulate my actions and results with my classes, but I don’t n...