Name:
Anonymous
2011-09-26 13:59
Why is there no language that let's you decide how many bits a variable is? Why must they only present preset variable types.
Name:
Anonymous
2011-09-26 14:07
Most assembly languages facilitate that.
Name:
Anonymous
2011-09-26 15:11
Kids these days don't know about bitfields.
Name:
Anonymous
2011-09-26 15:27
>>1
because people love to declare doubles (check em)
Name:
Anonymous
2011-09-26 17:14
>>4
but can you do bitfields in enterprise languages like java?
Name:
sage
2011-09-26 19:55
>>6
Probably not. Why would anyone want to do that?