0
C++ files can be called in html
please answer
5 Answers
+ 3
HTML and Javascript run in an environment which is sandboxed from making any syatem calls for security reasons.
So the answer is No.
But you may be able to make C++ call from server side using Php or Python perhaps.
+ 1
@James
Is that for local file access or web based?
What I was addressed was web-based access.
Of course, for local file access, HTML even can link to local files like images and other documents.
+ 1
@James
For web access, how does C++ classes transport over from server to client, since this is HTML, no server script handling?
+ 1
Thank you for the information. @James.
0
thank you all for yours answers