I asked the question here and now i would like to reverse this procedure
I have an unsigned short that represents a bit pattern, I would like an array of bool[16] ...
First, this can be a general algorithm for any language, but I'm learning C and if there is some C specific features, I'd like to know!
I'm writing a function that will ...
Not sure that was directed at me, from what you coded, that was my idea as well. Though my mask was set to 255 in my mind. I just did not want to actually code this for them. I wanted to stress the fact that they were exceeding their char data size with assigning 400 to char. So ultimately if they ...
Hi, I want to create a 64 bit custom 'timestamp' which contains the following: UNIX timestamp (seconds) (32 bits) StationID (byte) (8 bits) Counter (byte) (8 bits) Blank (16 bits) This is going to be put in the payload of a UDP packet along with some other data, I'm new to C# and am still getting my head around stuff which ...