+ 6

How can i use multiple Languages in just one program.

I want to use c++ commands in my HTML program. How can i ???

1st Feb 2018, 5:28 PM
Abhishek Baliyan
Abhishek Baliyan - avatar
2 Answers
+ 3
one way is to send your c++ code to the web server, execute it and send the results back to the client. The other way is to write your own compiler/interpreter in Java script to run any language code on the client itself.
1st Feb 2018, 5:54 PM
Ravi Chandra Enaganti
Ravi Chandra Enaganti - avatar
+ 15
I use java netbeans & MySQL together //jdbc /* by seeing that those can he connected & if can be connected then whats the advantage of that program ... which we get by using them simutaneously & that can't be achieve by using any 1 of them & do research on how to connect them bcz for different languages there are different ways like for java-sql u need to inport java.sql ,then Connection Con= ....& diff. methods like executeUpdate () etc*/
2nd Feb 2018, 8:42 AM
Gaurav Agrawal
Gaurav Agrawal - avatar