| Article: |
What I Hate About Your Programming Language | |
| Subject: | Using C for CGI programming is easy... | |
| Date: | 2003-05-14 06:10:46 | |
| From: | anonymous2 | |
|
The author said: I'd hate to write a CGI application in straight vanilla C; I'd go crazy trying to manipulate strings.
|
||
Showing messages 1 through 1 of 1.
-
Using C for CGI programming is easy...
2003-05-14 07:53:46 anonymous2 [View]
Which just means you trade parsing strings fed to the program for parsing strings collected from environment variables. Same core problem; parsing strings with C is tedious and provides boutiful opportunities for errors.


