Search:

Type: Posts; User: zvn

Search: Search took 0.01 seconds.

  1. Thread: Error with bind()

    by zvn
    Replies
    2
    Views
    2,842

    I sort of got this thing working now..thanks...

    I sort of got this thing working now..thanks Salem.
  2. Thread: Error with bind()

    by zvn
    Replies
    2
    Views
    2,842

    Error with bind()

    Hi. I recently started learning network programming (from Beej's guide); here's a simple server I'm trying to make - its supposed to send a file to a specified port (both file_path and port number...
  3. Thread: segmentation error

    by zvn
    Replies
    2
    Views
    1,641

    The pointers name, phone and email don't point to...

    The pointers name, phone and email don't point to allocated memory, that's why you are getting seg error. You must allocate memory before using it by writing
    char name[30]; etc.

    or...
Results 1 to 3 of 3