-
-
Notifications
You must be signed in to change notification settings - Fork 21
Cast
CD2 edited this page Feb 8, 2023
·
2 revisions
Enumerations and primitive data types can be cast to primitive data types other than bool. Signed integers, unsigned integers, and floating point numbers are automatically cast to the left type.
charc = (char)32;