Hello,
How can I use C in a web page (using CGI)?
This is a discussion on Cgi/c within the A Brief History of Cprogramming.com forums, part of the Community Boards category; Hello, How can I use C in a web page (using CGI)?...
Hello,
How can I use C in a web page (using CGI)?
The same way you use it normally, there's very little difference between a console C program and a CGI C program.
-Prelude
My best code is written with the delete key.