Easyrider83
Advanced Member level 5
- Joined
- Oct 11, 2011
- Messages
- 1,608
- Helped
- 374
- Reputation
- 748
- Reaction score
- 364
- Trophy points
- 1,363
- Location
- Tallinn, Estonia
- Activity points
- 8,575
I can provide the code. But for the beginer is will be unreadable. No point to help such way I suppose.
Only think I can propose is to use pointers and unions. For exaple, if you need to store signed int value as array of bytes you can declare it as the union. Save values as int and read as chars.
Only think I can propose is to use pointers and unions. For exaple, if you need to store signed int value as array of bytes you can declare it as the union. Save values as int and read as chars.