Search:

Type: Posts; User: jacob_76505

Search: Search took 0.01 seconds.

  1. File Transfer Code (Unable to keep server open)

    Below is the code for our Fileclient and Fileserver. (Additional code is needed to compile these and they were downloaded/obtained from Hand-On Networking with Internet Technologies) The server opens...
  2. Here are my updated versions of my client and...

    Here are my updated versions of my client and server code.
    fileserver.c


    #include <stdio.h>
    #include <stdlib.h>
    #include "cnaiapi.h"

    int...
  3. Thanks for your help!! However I am still...

    Thanks for your help!! However I am still struggling to get it to work. Now my biggest issue is keeping the connection open after I enter the file name in the client. See code below.



    /* make...
  4. Client and Server code that sends contents of a file.

    I am working on Experiment 5.3 from the book Hands-On Networking with Internet Technologies. We have to modify client and server files. We want these files to form a connection, then the client will...
  5. Help with chatserver and chatclient code.

    Below are the two files from our project that we need to modify so the user enters a name that will appear before their typed text. We must prepend the name followed by a greater-than sign to each...
  6. Replies
    3
    Views
    12,759

    Intersection of two arrays

    I am trying to find a the union and intersection of arrays A and B. The union portion of my code is working, but the intersection is not working. Can anyone please help me figure out what is wrong...
  7. Replies
    3
    Views
    1,373

    Did I only make that mistake in that one line of...

    Did I only make that mistake in that one line of code or throughout the whole program? When I use == on this line of code it still doesn't print out the union of both arrays. Thanks for your help!!!!
  8. Replies
    3
    Views
    1,373

    What am I missing? (Arrays/Sets)

    I am trying to write a program that has a universal array and an array A and B. I need to find the union and intersection of A and B, but for now I am just working on the union. Below is the code I...
  9. Still gives me the same error "expected...

    Still gives me the same error "expected declaration or statement at end of input", but the code still runs so I don't think its a big deal. How come my intersection code doesn't work and my...
  10. What is wrong on last line of this code???

    I am in the process of writing a program that contains sets A and B and a universal set U. The code must first check that A and B are part of the universal set. Then I must find the Union,...
Results 1 to 10 of 10