0

Can you add C++ to HTML?

I'm kinda new to this and I know you can add JS to HTML but can you add C++ or any other languages to HTML? If you can then how?

27th Aug 2018, 8:15 PM
Noah Garza
Noah Garza - avatar
5 Answers
+ 6
As with other languages, C++ can be combined with HTML to create websites. There are several programs and techniques that allow for C++ to be used for both the client side and server side aspects of web development. I would recommend checking out these sites as they have people explain how to do so and the different ways that it can be used with web development - https://www.quora.com/How-do-I-combine-C++-and-HTML https://www.codeproject.com/Questions/541875/HowplustoplususeplusC-b-bpluswithplushtml https://blog.sourcerer.io/building-a-website-with-c-db942c801aee
28th Aug 2018, 1:47 AM
Faisal
Faisal - avatar
+ 4
It's funny because there's actually quite a sum of these questions lately, some supposingly removed. https://www.sololearn.com/Discuss/1464131/?ref=app https://www.sololearn.com/Discuss/87454/?ref=app
28th Aug 2018, 2:01 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
iii dont think thats possible. C++ is one of the languages that compiler converts into an executable file (like .exe) for your pc to run. HTML, JS, CSS are all processed by your web browser or any other thing that can interpret them on the go
27th Aug 2018, 8:34 PM
Data
Data - avatar
+ 1
so adding c++ functionality to your web html stuff seems impossible
27th Aug 2018, 8:35 PM
Data
Data - avatar
0
Thanks. So for example if a game designer was making a game, would he just use C++ for the game and the menu? Would he use html for the menu?
28th Aug 2018, 4:59 AM
Noah Garza
Noah Garza - avatar