Slide 8
Slide 8 text
Integral Types
❖ Integers, the char type,
long integers, short
integers
❖ Comprised of different
amounts of memory
❖ No floating point
operations
❖ Can and will {over,under}
flow
❖ Use GMP if you need
arbitrarily large (>264)
values
Thursday, May 23, 13