Search:

Type: Posts; User: gr8npwrfl

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,324

    I don't understand, I highlighted the line that...

    I don't understand, I highlighted the line that is generating the error.
  2. Replies
    4
    Views
    2,324

    Invalid conversions

    I am trying to compile this code and I am getting an error I don't understand

    Here is the section of code:



    int main(int argc, char *argv[])
    {
    int sock;
    struct sockaddr_in addr, claddr;
  3. Replies
    0
    Views
    1,681

    Library Functions

    Hello,

    I am trying to compile a program using CodeBlocks 8.02 and mingw

    I can't figure out how to set codeblocks to use the Makefile that was included with the software I am trying to work on....
  4. Replies
    16
    Views
    4,778

    Ok I see why I am not getting the result Thank...

    Ok I see why I am not getting the result

    Thank you
  5. Replies
    16
    Views
    4,778

    I did not use the ntohl or htonl because I have...

    I did not use the ntohl or htonl because I have to choose which one. This works both ways with the same routine
  6. Replies
    16
    Views
    4,778

    I understand I did not do the unsigned. but my...

    I understand I did not do the unsigned.

    but my math is correct.

    I changed my function to




    int BYTESWAP2(ccmd)
  7. Replies
    16
    Views
    4,778

    Function return a value

    I am an old assembly programmer and I am trying to teach myself c programming.

    I have a function that converts a 32 bit value for endianess and I can't figure out why I do not the the corrected...
Results 1 to 7 of 7