Search:

Type: Posts; User: khoxxxy

Search: Search took 0.01 seconds.

  1. Thread: coding

    by khoxxxy
    Replies
    8
    Views
    2,019

    On some systems the main function returns an exit...

    On some systems the main function returns an exit code
  2. Thread: coding

    by khoxxxy
    Replies
    8
    Views
    2,019

    main() Is perfectly legal, no need for a return...

    main() Is perfectly legal, no need for a return type. Remember that main is just a function, so like any other function, it can have a return type of nothing (void).
  3. Thread: coding

    by khoxxxy
    Replies
    8
    Views
    2,019

    First of all, I don't see why you need the...

    First of all, I don't see why you need the typedef struct there at all. And secondly if you want to use a typedef struct, you might want to give it a second argument?

    typedef unsigned int U_INT;...
  4. Replies
    4
    Views
    4,735

    Winsock vs Unix Sockets

    It seems like I'm the only programmer here who programs sockets in a Unix environment. I humbly advise anyone using Winsocks to migrate to Unix or Linux sockets.. Is there anyone out there who has...
Results 1 to 4 of 4