Is C/C++ still used for web programming? What I mean by web programming is the typical CGI kind of applications which generates HTML on the fly.
My main question is geared towards finding a suitable framework/library for C/C++ based web programming.
What library/framework would you recommend for web programming with C/C++? I am not looking for .NET based libraries. I am looking for plain C/C++ libraries/framework which could be used to program across different operating systems like Windows, Unix, Linux, etc.
P.S: I understand the world is moving/moved towards C#, Java, PHP, Ruby, etc.