+ 12
How to add other programming language to html
How to add c++, java like languages to html document
5 Réponses
+ 7
running c++ / java codes on client side can be done using a lot of ways
1. convert your codes in webassembly using emscripten, and access them using JavaScript.
2 .use online compilers like codepad , ideone and use the compiled file links in your browser to run the codes.
3. execute the codes on your server and send the results to client like SoloLearn does
if it's in server side then there won't be much issue coz , java is primarily used for that , and even c ++ can be used
+ 8
to add object oriented programming nature to html web pages , we use Java script , once go through it
0
hello! everyone i have been trying to insert picture in html doc, i followed d syntax carefully but its still appearing blank. pls i need more guide thanks
- 4
natnicha pongwan@hotmail
- 4
natnicha627@gmail.com