Any way to use HTML as an interface to a C/C++ program?

前端 未结 7 1701
旧时难觅i
旧时难觅i 2020-12-11 01:51

I\'m developing a product that is interfaced over USB. I want to write a control app for it, but I cannot program a GUI for poo, so I came up with the idea of using a web pa

7条回答
  •  余生分开走
    2020-12-11 02:34

    I have used mongoose to control a server through HTTP/HTML. I generated the pages directly in C++, but I don't see why you couldn't invoke the PHP interpreter to render page contents.

提交回复
热议问题