Search:

Type: Posts; User: tbolton

Search: Search took 0.01 seconds.

  1. Have you tried getting it to work without sending...

    Have you tried getting it to work without sending the output to a socket? That might help you get your head sorted a bit.

    That way, at least you'll know that you're echoing the contents properly....
  2. Replies
    3
    Views
    1,163

    Hi. A couple of things.. I rewrote the...

    Hi. A couple of things..

    I rewrote the program so that it would function as you were expecting it to work. Here's what I ended up with:


    #include <stdio.h>

    void prime_number(int k, int...
Results 1 to 2 of 2