I am working on a c++ application that communicates with
java components and builds a graph tree. Need to build a web interface
(UI) of some sort to be able to remove vertices from the graph object
within the c++ application.
Can I have a php script that can somehow call a c/c++ function internally for this to get cleared?
Any help/advice would be greatly appreciated.
Hardik