Saved Bookmarks
| 1. |
How to link html in c++? |
|
Answer» You want to create user interface with HTML and your application with C++. ... You can install Apache server in linux os and configure and enable cgi, through which you can process user REQUEST and all TRANSACTIONS. In this CASE your C++ application will run at server and HTML will run at client SIDE. |
|