Probably not, and you will be doing so many string manipulations that it might not be worth trying. There are a few libraries for getting CGI parameters, but that's all I'm aware of.
If your reason for wanting to code in C is for performance at a popular site, cacheing and server configuration will probably be the most important factor.
3 comments
[ 58.2 ms ] story [ 954 ms ] threadIf you are OK with C++, there is Wt (http://www.webtoolkit.eu/wt).
If your reason for wanting to code in C is for performance at a popular site, cacheing and server configuration will probably be the most important factor.