Hi all,
I want to use C++ to develop a Web Application where performance is pretty much everything...Would just like to know how someone goes about using C++ in such an environment...e.g. how does Google use C++ for google.com...
I briefly considered using Ruby with the Rails framework but given that I've coded in C++ before, I really would like to work with it...
Thanks,
Farooq



LinkBack URL
About LinkBacks



Want to add some
CornedBee
then that's pretty much it. Database interaction is a bit of a pain though (at least it is on Windows - I still can't get mysql++ working on it): that's the only real stopping ground since I'm still deciding on what the most efficient way of getting to the DB via c++ is, but it's by no means impossible to make your own interface (I got stuck on prepared statements for a short epoch, mind).