Search:

Type: Posts; User: dedham_ma_man

Search: Search took 0.00 seconds.

  1. Implementing POSIX Timers on AIX - Holy Moly

    Hello,

    I have a real simple program that uses the POSIX create_timer() function, which is as follows-this code sample is standard and models other code samples that I've found on POSIX timer...
  2. Thank you all for the great responses - I learned...

    Thank you all for the great responses - I learned a great deal from them.

    I just found a good webpage that describes the basics of signaling, which is good for beginners to signaling like myself -...
  3. How to Use POSIX for IPC Message To Another Process?

    Hello,

    Does anyone know how to use standard POSIX libraries to make a call to some function that's part of a running daemon (background process).

    For example, suppose that some code within...
  4. OK, thank you

    OK, thank you
  5. #ifdef - Can It Be Used With Logic Such as OR / AND?

    Hello,

    As is often the case when using #ifdef, I'm using #ifdef to distiguish compiler directives for the various platforms that I'm using or the various compilers of which I'm using to compile. ...
  6. OK Thank you.

    OK Thank you.
  7. Ok, so when I initiate BitBuffer to { 0x99, 0x88,...

    Ok, so when I initiate BitBuffer to { 0x99, 0x88, 0x77, 0x00 } instead of { 0x00, 0x88, 0x00, 0x00 } in the above example, my output is now -1719109888.

    So, I've tried the following:



    ...
  8. Beautiful, thank you.

    Beautiful, thank you.
  9. Thanks all - this has helped tremendously - ie....

    Thanks all - this has helped tremendously - ie. converting from Ascii depicted Hex to char string.

    As mentioned in the second part of this long post of mine, how would one go from a 4byte char...
  10. No atoh() function in C ( Ascii To Hex )? - Well, Let's Create One

    Hi, I'm new to the board and appreciate any input anyone has reguarding this problem of which I've been wrestling of late.

    My goal is to have the user enter a Hex depicted input ( ie....
Results 1 to 10 of 10