Where can I learn CGI programming in C?

Hi, I'm a student at my internship. Unfortunately, my company wants me to write CGI programming with C. I have no idea why they want to use it. In any case, I have to study and apply it over the next 2 months. How and what can I learn about CGI programming. I have 2 years experience with asp.net. Can you also give me some good links.

Thanks in advance. Kevin

+4
source share
1 answer

As everyone else said, Google is your friend. But here are some links from my bookmarks that are useful.

Good tutorial: http://www.cs.tut.fi/~jkorpela/forms/cgic.html

Oreilly Has a printed book that they freely publish on the Internet: http://oreilly.com/openbook/cgi/ch01_06.html

R. Dobs has an article: http://drdobbs.com/cpp/184403248

The Linux Journal also has an article: http://www.linuxjournal.com/article/6863

And then there is also a cgic library: http://www.boutell.com/cgic/

+4
source

All Articles