Posts: 4
Threads: 1
Joined: Jan 2009
Reputation:
0
Hi, I would do an array with colors, so I need unsigned ints, how to ?
Posts: 177
Threads: 3
Joined: Sep 2008
Reputation:
0
Don't think it's possible....
even if when you write "unsigned" it lights up in blue it says "undefined symbol: unsigned" when you compile...
though I don't think you need an unsigned intager for it.... saw it done with a normal one...
fix me if i'm wrong but unsigned means that negetive (-) numbers are not allowed so it doubles the highest number the integer can hold?