Where can I learn CGI Programming in C?
Hi I'm a student and on my internship. Unluckily, my company wants me to write CGI programming with C. I've no idea why they want to use it. Anyway I've to learn and apply it for the next 2 months. How and what can I learn CGI programming. I've 2 years experience with asp.net. Can you g开发者_JS百科ive me some good links too .
Thanks in advance. Kevin
As everyone else has stated Google is your friend. But, here are some links from my bookmarks which are useful.
A good tutorial is: http://www.cs.tut.fi/~jkorpela/forms/cgic.html
Oreilly Has an out of print book which they freely publish online: http://oreilly.com/openbook/cgi/ch01_06.html
Dr. Dobbs has an article: http://drdobbs.com/cpp/184403248
Linux Journal also has an article: http://www.linuxjournal.com/article/6863
And then there's also the cgic library: http://www.boutell.com/cgic/
精彩评论