Originally posted by: Garet Jax
It's not that he didn't know all 8, as much as it's that he said String was one of them.
Originally posted by: BigJ
Originally posted by: Garet Jax
It's not that he didn't know all 8, as much as it's that he said String was one of them.
Very, especially since he did say char.
What's also suprising is that he didn't say float. I could see forgetting about short and long, but not float.
Originally posted by: RichUK
What is a long, short and double? I understand the others from college when I was studying programming in Turbo Pascal.
Originally posted by: RichUK
What is a long, short and double? I understand the others from college when I was studying programming in Turbo Pascal.
Originally posted by: Garet Jax
Originally posted by: RichUK
What is a long, short and double? I understand the others from college when I was studying programming in Turbo Pascal.
byte - 8 bit integral
short - 16 bit integral
int - 32 bit integral
long - 64 bit integral
float - 32 bit decimal
double - 64 bit decimal
