+ 2

Is it possible to make interfaces with HTML?

For example, I have a C++ code, but I don't have any interface. Is it possible to code one using HTML and/or CSS?

8th Apr 2019, 7:40 PM
Coffee&Data
Coffee&Data - avatar
3 Answers
+ 1
Or I guess if you have the knowledge you could find a library which allows you to write desktop applications with HTML and CSS for layout. I know this can be achieved with some node.js solutions. If its desktop development you’re aiming at.
8th Apr 2019, 8:01 PM
Victor Andersson
Victor Andersson - avatar
+ 1
You can do it if your server runs C++ and then serve HTML and CSS files. This can be achieved with e.g. https://github.com/azadkuh/qhttp
8th Apr 2019, 7:59 PM
Victor Andersson
Victor Andersson - avatar
+ 1
Thanks!
8th Apr 2019, 8:06 PM
Coffee&Data
Coffee&Data - avatar