Nah,was laughing at the what you pointed at,
Folks suggesting html code to launch apps from a users computer.
Btw, am still not clear why he wants to run a C/C++ app from a html page.
__________________
Do what you will; but not because you must. -- Zen Quote
First things first, HTML is not a programming language.
Secondly, you can't access/run/execute any process/program via HTML. You'll be better off making an applet in Java than doing it in a non-web friendly language like C++.