Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ghbolivar said:ENUM is type int.
When using enumeration types, it is important to remember that each declaration of an integral type is different from all the other (and therefore also different from the int type). These different types cannot be mixed in an expression. (cause a syntax error)