20.03.2016, 09:36
do you include ";" after the enum or not?
eg:
OR
^^ without the ";"
It compiles both ways
which way it correct?
eg:
PHP код:
enum E_PINFO
{
Pass,
tokens
};
PHP код:
enum E_PINFO
{
Pass,
tokens
}
It compiles both ways
which way it correct?