Search:

Type: Posts; User: aynzoya

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    3,362

    OKay.. I understand now.. I was wondering why we...

    OKay.. I understand now.. I was wondering why we get a whole value of character, and return only one at a time..it would require several getch() calls to return the whole buffer and after which only...
  2. Replies
    3
    Views
    3,362

    Kerningham Ritchie - example query

    Below is a code snippet from Kerningham Ritchie book, chapter 8, section 8.2

    #include "syscalls.h"
    /* getchar: simple buffered version */
    int getchar(void)
    {

    static char...
  3. Thread: inet.h

    by aynzoya
    Replies
    5
    Views
    1,278

    Is there anything else I need to do to use...

    Is there anything else I need to do to use inet_addr() function?
  4. Thread: inet.h

    by aynzoya
    Replies
    5
    Views
    1,278

    Hi, Thanks for the reply.. I just figured that...

    Hi,
    Thanks for the reply.. I just figured that out.. and my program is compiling.. I am not sure if its working though as my ip to int conversion is always returning 0 :( Guess I need to read some...
  5. Thread: inet.h

    by aynzoya
    Replies
    5
    Views
    1,278

    Is it that I need to use the winsock libraries...

    Is it that I need to use the winsock libraries instead of the unix libraries?
  6. Thread: inet.h

    by aynzoya
    Replies
    5
    Views
    1,278

    inet.h

    Hello,
    I am using devcpp to compile my C programs.

    I am including the file inet.h <arpa/inet.h> but the compiler is returning that the file not found. I tried installing few networking devcpp...
Results 1 to 6 of 6