Search:

Type: Posts; User: tetradtech

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    2,195

    Console Graphics

    What library would I look in to design a console application that has some limited graphics routines?
  2. Replies
    0
    Views
    1,814

    SSL Connection from CGI

    How would a guy open an ssl connection through a c script from a non-secure connection?
  3. Replies
    2
    Views
    1,019

    Stopping IE Pop-Up Windows

    I have searched this site, and it seems everyone suggests getting 3rd party tools to stop browser pop-ups.

    I would like to know how to create a program to stop browser pop-ups. What would the...
  4. Replies
    6
    Views
    3,077

    size of temp

    char temp = malloc(1000);
  5. Replies
    6
    Views
    3,077

    Found the problem...

    That was it...helps to print results to see what's actually happening and to include <br> in your html to see if text is split or one long paragraph. Apparently, the bw-whois prints the output as 4...
  6. Replies
    6
    Views
    3,077

    Not a *duh* IMHO

    Again, I'm new at this.

    But when you place the results from stdout or stdin into a variable, that variable should contain whatever was read in, yes?

    Whether domainResponse is in the while()...
  7. Replies
    6
    Views
    3,077

    After reading your post, yes...

    After I read your reply, I tried as you suggested. Using the code with the fputs() commented out and the printf() attempting to print domainResponse.

    Same result. I'll leave as is and you can...
  8. Replies
    6
    Views
    3,077

    Extracting a string from a buffer?

    Again, I'm really new at this. I've tried searching on strings, strstr, etc. Stuff I found didn't seem to apply.




    char *domainResponse=malloc(1000);

    while(fgets(domainResponse, 1000, fp)...
  9. Replies
    2
    Views
    2,396

    Ignore this post

    Not exactly certain how, but I managed to fix this problem. Ignore this post, please.
  10. Replies
    2
    Views
    2,396

    "Premature end of Script Headers"

    :confused:

    First, how come all the tutorials out there assume your doing your CGI programming in PERL?

    Okay, I've copied some code from www.jmarshall.com with regard to how to process input...
  11. Replies
    5
    Views
    1,908

    Thank you - that helps!

    Thank you - that helps!
  12. Replies
    5
    Views
    1,908

    thank you - but I'm REALLY new - those examples...

    thank you - but I'm REALLY new - those examples don't help much. Can you give me a specific piece of code?
  13. Replies
    5
    Views
    1,908

    whois search from a c program

    I've looked, and performed a search on this site, but I cannot find any references to how to perform a whois lookup from a c program.

    I'm new to C. I want to write a little cgi program that...
Results 1 to 13 of 13