Rinto Lamhotma Harianja wrote: > Dear All, > > How to Make Web Application Using C++? Anybody have tools or C++ for > web application development? > > Thanks, > > Rinto Harianja
Depends highly on what you mean by "web application". Someone mentioned PHP/ASP. I, however, do a lot of interfacing between C++ (socket programming) and my web server. For instance, if an application crashes, I have a brand new setup where a DLL contacts my web server and then a PHP script sends the error report to my in-box (e-mail) as an attachment. From that perspective, all my apps. using that setup are "web applications". -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* VerifyMyPC 2.5 Change tracking and management tool. Reduce tech. support times from 2 hours to 5 minutes. http://www.CubicleSoft.com/VerifyMyPC/
