Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by smcnutt@Jan 19 2007, 09:51 AM if you're reading an 8-bit unsigned value, it's a good idea to store it as an 8-bit unsigned
variable ;-)
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=20715)
--- quote end ---
--- Quote End --- Yes, indeed it is a very good idea to use unsigned char... I didn't think of this before. Thanks a lot, Scott