Can c,c++ be used for developing web applications, if not why ?
i am keen to know that being early developing languages why the features of developing web application are not used in c,c++ ??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Oct 11, 2011, 4:46 AM
Sam HobbsPosted Oct 11, 2011, 4:02 AM
.Net is designed in a manner that is difficult to support using C++. Of course if Microsoft wanted to solve that problem, they could have.
Unmanaged C++ does have potential security problems. So the best security would be provided by limiting C++ to managed code only. Well, that is so close to what C# is that there is no need for C++. Or at least that is the likely explanation; I am sure it is true somewhat (at least) and probably more than somewhat.
Javeed M ShaikhPosted Oct 11, 2011, 3:30 AM
Its a nice thought, I found the following link which explains on usage of c,c++ in building web applications:
Develop Web Applications with c++ --> http://www.webtoolkit.eu/wt
gSOAP Toolkit for SOAP Web Services and XML-Based Applications using c++ --> http://www.cs.fsu.edu/~engelen/soap.html
Also please look at this presentation on C++: A language for next generation web apps:
http://stevehanov.ca/blog/index.php?id=95
Please do not forget to mark "Accepted Answer".
VulpesPosted Oct 11, 2011, 3:29 AM