Getting started CGI programming in C
A few days ago, my friend Blackcat tweeted about looking for the way to write CGI application in C. Luckily I found that tweet. On the top of that, I has experience in CGI programming in C before. Although I didn’t actually apply to any of my web projects as it is pain in the ass to write one, as I thought it was amusing to do it, eventually I decided to share my little experience about it. First of all, let’s start with the well-known basic example.

Work