Results 1 to 3 of 3

Thread: total nerd question about C++ and CGI

  1. #1
    I'm a farmhand on your dad's rooster ranch. haganxy's Avatar
    Join Date
    Dec 2004
    Location
    Seattle, WA
    Posts
    379

    total nerd question about C++ and CGI

    anyone have a library written in C++ to handle CGI I/O?
    hagan - IT nerd
    PrideBucks.com
    ICQ: 49962103


  2. #2
    virgin by request ;) Chilihost's Avatar
    Join Date
    Oct 2003
    Posts
    4,496
    oh my, not even I am that nerdy LOL!!!
    sorry, I can't help on this one, hopefully someone else will be able to.

    cheers,
    Luke


  3. #3
    JustMe
    Guest
    Greetings:

    Sadly, I am that nerdy...

    I suggest you take a look at FastCGI. You can do some really cool things with it, and it's a lot more extensible than a simple I/O library. It's fast as lighting too, and puts the standard APIs to shame. It installs as a module to the webserver, then you can write apps for it in C/C++, Perl, Tcl, and Java. How sexy is that?:

    http://www.fastcgi.com/

    Have Fun!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •