#Understanding the representation of the literal 0

8 messages · Page 1 of 1 (latest)

subtle shoreBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.

bronze vine
#

0.0 has type double
0 has type int

bronze vine
#

the .0 part

#

0.0 has it
0 doesnt

subtle shoreBOT
#

[SOLVED] Understanding the representation of the literal 0

vapid garnet
#

there is a literal for float too: 0.0f

fossil cave
#

0 is an octal literal, maybe thats what it meant

subtle shoreBOT
#

Understanding the representation of the literal 0