Search:

Type: Posts; User: Javed_iqbal; Keyword(s):

Search: Search took 0.02 seconds.

  1. Re: How to ensure recv() to have all data send() in tcp

    will using select in an indefinite loop serve the purpose?
  2. Re: How to ensure recv() to have all data send() in tcp

    will select() serve the same?
  3. How to ensure recv() to have all data send() in tcp

    I am implementing the recvall() function to be sure that the data is completely sent. Also I modified the send() function to sendall() like this:

    int sendall (int consocket, char* buf, int*...
  4. [ubuntu] How to ensure recv() to have all data send() in tcp

    i am implementing recvall() function to get sure the data i sent completely.also i modified the send() function to sendall() like this:
    int sendall (int consocket, char* buf, int* len)
    {
    int...
  5. Re: Unable to get line number of error line in ubuntu terminal

    like this
    serverprct.c: In function ‘main’:
    serverprct.c:76: error: expected declaration or statement at end of input
    here column no.76 given as error.but which line ? i need this infotmation.how...
  6. Replies
    7
    Views
    767

    Re: update to ubuntu 12.10 from 10.04

    But how to update this from either terminal or GUI?
  7. Re: Unable to get line number of error line in ubuntu terminal

    I am doing Socket programming using c.
    Compiler information:
    ii gcc 4:4.4.3-1ubuntu1 The GNU C compiler
    ii gcc-4.4 ...
  8. Replies
    7
    Views
    767

    update to ubuntu 12.10 from 10.04

    how to update to ubuntu 12.10 from ubuntu10.04.plz tell me.
  9. Unable to get line number of error line in ubuntu terminal

    Hy all;

    I am using ubuntu 10.04 where when i compile my programme i get only column no.where error lies and hence unable to locate the column no.as line number is absent.PLz guide me its stopping...
  10. Replies
    1
    Views
    269

    Problem with ubuntu 12.10

    i have bought DELL 3420 and having ubuntu 12.10 installed now but the wifi doesnt connects..is it drivers issue or something else...i need it badly....plz guide me in this regard
Results 1 to 10 of 10