I really want to know the answer to this question. Mainly because I am starting up a website for C++ games and such. I know that Java can, but what about C/C++????
Printable View
I really want to know the answer to this question. Mainly because I am starting up a website for C++ games and such. I know that Java can, but what about C/C++????
The closest thing to C++ you can make web stuff out of is C#.
If you want dynamic pages, try looking up Perl, ASP, C#, or PHP. If you are a newbie to websites, I would recommend just using HTML and JavaScript.
What I meant was could you have a C++ program be displayed inside an HTML document on the web.
No.
Okay that's what I needed to know.