Search:

Type: Posts; User: stovellpaul

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    8,590

    Nah Like you I expected to get the whole thing,...

    Nah Like you I expected to get the whole thing, and I wanted to as well, but all I get is

    paulscript.ps?username=freddy



    argv[0]=program.exe
    argv[1]=paulscript.ps
    argv[2]=username...
  2. Replies
    5
    Views
    8,590

    QUERY_STRING in CGI with a C/C++ Program

    I am writing a CGI program in C++. When my web server passes environment variables on to the program it send them seperated, eg: If the query string (following the '?') said paul+rules, my program is...
  3. Creating my own Scripting language in C++ for CGI

    You read the Title. I plan to develop my own scripting language for use mostly with BBS's, with the interpreter written in C/C++.

    All I wanted to ask is, is it secure? I read somewhere on...
  4. Replies
    1
    Views
    1,300

    This is what I have: ...

    This is what I have:




    sprintf(ClientOutput,"Please type something: ");
    send(SOCKET,ClientOutput,strlen(ClientOutput),0);

    char ClientInput[1000];
    ...
  5. Replies
    1
    Views
    1,300

    TCP Programming problems with recv

    Hey,

    I am learning how to program a TCP server and have a problem.

    I get everything up and running and I can connect to the server and the server can send information out to the client fine.
    ...
Results 1 to 5 of 5