Search:

Type: Posts; User: MCRonald

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    3,162

    Put this declaration at the top of your code: ...

    Put this declaration at the top of your code:


    int errno;

    And after, check it's value after any (or almost any) libc function:


    strerror (errno)
  2. Replies
    2
    Views
    3,159

    Well, the server only receives the first message,...

    Well, the server only receives the first message, after that I send 2 more messages and the client exits without errors. The server stills alive.

    In fact I don't understand why only one message...
  3. Replies
    160
    Views
    1,229,772

    Sticky: The C Programming Language by Brian W. Kernighan...

    The C Programming Language by Brian W. Kernighan and Dennis M. Ritchie.
    A must, but may be complemented with Google and many other books ;)
  4. Replies
    2
    Views
    3,159

    Problem with POSIX sockets

    First, thats my first post in this forum so hello everybody :)

    Well, I'm trying to write my first C application. For now I want to do a primitive chat that allows to save the conversations in a...
  5. Replies
    153
    Views
    702,181

    Sticky: Well, there are mine recommendations: ...

    Well, there are mine recommendations:

    Accelerated C++ Practical Examples: http://www.amazon.com/gp/product/020170353X/sr=8-1/qid=1151519609/ref=pd_bbs_1/104-0182175-3300770?ie=UTF8

    C++ Gotchas:...
Results 1 to 5 of 5