User profile: Jonathan100

User info
User name:Jonathan100
History
Joined:
Number of posts:86
Latest posts:

lest shift an u8 array
Hi. I have an exsiting u8 array in a function (function that get u16 array as argument). How can i ...

git mv command
Hi.I hope it is ok to ask GIT questions here. I have a local directory - lets call it dir1, where...

split 32 bit variable to array of 4 u8 variables
Thanks Yes they are unsigned But does my suggested solution is correct?

split 32 bit variable to array of 4 u8 variables
Hello. How can I split (using pointers) u32 variable to array of 4 u8 ? I tried this: [code...

Pointer to array in 2d array
I found the error. When I defined the array: [code] A[const1][const2] [/code] const1 was a variabl...