I need some help.
In order to save memory space, I would like to perform calculations with the byte data type, instead of int.
The number will never reach beyond 255, and will never be negative...
The problem is described in the code, so please take a look.
Code:
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace