Search:

Type: Posts; User: byteme101

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    3,227

    Oh really you can't use void main(void) ??? Hmm...

    Oh really you can't use void main(void) ??? Hmm professor has handed out several that use it. Gee looks like you are just trying to dick me around.
  2. Replies
    7
    Views
    3,227

    got 2 connections to work but a third messes

    I was able to get 2 connections to work but the third connection back to the logging process messes up messages send from Client_2. Any ideas??




    #include <sys/types.h>
    #include...
  3. Replies
    7
    Views
    3,227

    Help me understand why

    Can someone help me understand why nothing from client_2 is getting printed. I have a logging process and it takes more than one connection. The first connection works fine but nothing from the...
  4. Replies
    3
    Views
    1,614

    Delete statement with SQL

    Can someone tell me why this function to delete a row in a access database is not working?

    [code]
    public void delete(string table, string file, string cage, string type, string animalName)
    {

    ...
  5. Replies
    0
    Views
    1,079

    Pipes problem.

    I have a logging process and 2 childen. The two children are suppose to use 1 pipe to send messages back to the parent. The problem I am having is that I am apparently sending the info at the same...
Results 1 to 5 of 5