Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C Programming (http://www.velocityreviews.com/forums/f42-c-programming.html)
-   -   what do c automators use for website making? (http://www.velocityreviews.com/forums/t805934-what-do-c-automators-use-for-website-making.html)

gavino 11-15-2011 08:51 AM

what do c automators use for website making?
 
curious

Malcolm McLean 11-15-2011 11:10 AM

Re: what do c automators use for website making?
 
On Nov 15, 10:51*am, gavino <gavcom...@gmail.com> wrote:
> curious
>

Web servers will allow you to run a CGI program in C. It accepts the
data from the form as input to stdin, and it spits out html.

It can be written entirely in ANSI C. You don't need anything special.

Look at
http://www.cs.tut.fi/~jkorpela/forms/cgic.html

for an introduction.



Seebs 11-15-2011 04:59 PM

Re: what do c automators use for website making?
 
On 2011-11-15, gavino <gavcomedy@gmail.com> wrote:
> curious


I use Not C, in general. (Actually, I have one C CGI program, but
there were very specific reasons for that one.) I love C, but it is
not the right tool for the job.

-s
--
Copyright 2011, all wrongs reversed. Peter Seebach / usenet-nospam@seebs.net
http://www.seebs.net/log/ <-- lawsuits, religion, and funny pictures
http://en.wikipedia.org/wiki/Fair_Game_(Scientology) <-- get educated!
I am not speaking for my employer, although they do rent some of my opinions.


All times are GMT. The time now is 09:47 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57