+ 6
Can c++ codes be merged with HTML???
9 Antworten
+ 7
yes you can do this with QtWebEngine or CEF chromium framework for example. it is very interested ;)
+ 6
Using emscripten, yes.
+ 5
You can actually create web applications in C++ using a toolkit called Wt (similar API to Qt). There is a standalone browser as well as a module for Apache. This way you can use C++ as your programming language the same way you would C# with ASP.NET, and thus you can also use your existing C++ code. It's not really elegant though.
+ 4
Use EcmaScript. you can!
+ 3
yes
+ 2
yes it is possible
+ 2
Using ECMAScript, yes.
+ 1
Compost
+ 1
yes