Timeline for Use of enums in c
Current License: CC BY-SA 3.0
5 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Jan 3, 2012 at 16:27 | history | edited | Dave | CC BY-SA 3.0 |
added 192 characters in body
|
Jan 3, 2012 at 16:27 | comment | added | Martin Beckett | But in c they are freely convertable to int | |
Jan 3, 2012 at 16:21 | comment | added | Oliver Charlesworth |
enum s are not of type int .
|
|
Jan 3, 2012 at 16:21 | comment | added | ouah | enum constants are of type int, but enum types are implementation defined integer types. | |
Jan 3, 2012 at 16:19 | history | answered | Dave | CC BY-SA 3.0 |