Thread: C and Internet forms

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    5

    C and Internet forms

    Can anyone point me a nice tutorial or documentation about connecting C programs and Internet forms, to make some kind of "Front end"?

    Thanks

  2. #2
    Ultraviolence Connoisseur
    Join Date
    Mar 2004
    Posts
    555
    Quote Originally Posted by mhenrique
    Can anyone point me a nice tutorial or documentation about connecting C programs and Internet forms, to make some kind of "Front end"?

    Thanks
    google for "CGI programming +C" or something like that.

  3. #3
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    http://www.boutell.com/cgic/

    Is a great library for writing CGI files in C. Then you use normal HTML forms.

  4. #4
    Registered User
    Join Date
    Aug 2005
    Posts
    1,267
    Attached is an example I came across earlier today. Its a mortgage calculator.

  5. #5
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    Here is a turorial on cgi programming in c.
    Quote Originally Posted by Jeff Henager
    If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

  6. #6
    Registered User
    Join Date
    Sep 2005
    Posts
    5
    Thank you all for the answers, great tutorials btw.

    I think I didn't express myself the way I wanted.

    Let's suppose I have website X, which uses many forms, forums and stuff like that. I'd like to build my program Y to access website X, for example, you start the program and you can answer the forums of website X through program Y.

    Got it?

    Thanks
    Last edited by mhenrique; 10-01-2005 at 06:57 AM.

  7. #7
    ---
    Join Date
    May 2004
    Posts
    1,379
    That sounds kinda suspicious...

  8. #8
    Registered User
    Join Date
    Sep 2005
    Posts
    5
    Quote Originally Posted by sand_man
    That sounds kinda suspicious...
    Hehe, i know... I know...

    Ok, i'm doing some sort of browser, based on links2, but I don't find any kind of tutorials that cover stuff like that

  9. #9
    Ultraviolence Connoisseur
    Join Date
    Mar 2004
    Posts
    555
    Quote Originally Posted by mhenrique
    Hehe, i know... I know...

    Ok, i'm doing some sort of browser, based on links2, but I don't find any kind of tutorials that cover stuff like that
    then you need to read up on socket or windows socket programming...."beej's guide to network programming" is a good start, google it.

  10. #10
    Registered User
    Join Date
    Sep 2005
    Posts
    5
    Quote Originally Posted by nonpuz
    then you need to read up on socket or windows socket programming...."beej's guide to network programming" is a good start, google it.
    Ok, ty, i'll read about it, although linux-oriented.

  11. #11
    Ultraviolence Connoisseur
    Join Date
    Mar 2004
    Posts
    555
    well check out msdn, which has all the information you could ever want on the windows api

    http://msdn.microsoft.com/library/de...th_winsock.asp

Popular pages Recent additions subscribe to a feed