bool state[10]; makes more sense. Your data is more boolish that intish, 0 or 1. The bool array also save you 10 Bytes of dynamic memory. You could use a bit ...
確定! 回上一頁