Thread: c++ plus dynamic website

  1. #1
    Geo Geo Geo-Fry
    Join Date
    Feb 2003
    Posts
    116

    c++ plus dynamic website

    i downloaded this login code thing which is called password.exe which you basicly have as the form action on an HTML page, i was wondering, if i was to create a page like that, is there any special things i would have to do that i normally dont have to do? also, can i send variable results through the url, like if there is an int bob, is there someway i can use the url to tell the program what the value of bob is? thanks in advance for the help.
    "You can lead a man to Congress, but you can't make him think."
    "The Grand Old Duke of York
    -He had ten thousand men.
    -His case comes up next week."
    "Roses are red, violets are blue, I'm schizophrenic, and so am I."
    "A computer once beat me at chess, but it was no match for me at kick boxing."
    "More and more of our imports are coming from overseas."
    --George W. Bush
    "If it weren't for electricity, we'd all be wacthing TV by candlelight."
    --George W. Bush

  2. #2
    i want wookie cookies the Wookie's Avatar
    Join Date
    Oct 2002
    Posts
    455
    youd make the program as a console program, and its CGI scripting in C++. i think parameters passed to the EXE are the same as if youre launching from the command line (like the query string), you just have to handle the html output, which, iirc, is the same as the couts, you just need to add the document type stuff.

    ill see if i can find you a link


    http://www.devhood.com/tutorials/tut...utorial_id=301

    http://www.delorie.com/gnu/docs/cgicc/cgicc_toc.html^a class to parse cgi input and html output
    Last edited by the Wookie; 05-13-2003 at 06:32 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How's my new Website
    By asbo60 in forum General Discussions
    Replies: 53
    Last Post: 07-10-2009, 10:10 AM
  2. dynamic array/vector help
    By Cpro in forum C++ Programming
    Replies: 8
    Last Post: 04-05-2008, 03:30 PM
  3. Identify dynamic IP address of network device
    By BobS0327 in forum Tech Board
    Replies: 2
    Last Post: 02-21-2006, 01:49 PM
  4. operator overloading and dynamic memory program
    By jlmac2001 in forum C++ Programming
    Replies: 3
    Last Post: 04-06-2003, 11:51 PM