Noob Problem [HELP!]
#2

Both of them are 0.

I'll give you an example to show you what I mean:
PHP код:
#define AB 0
#define BC 0

// somewhere:
new 5;
switch (
a)
{
    case 
AB: {}
    case 
BC: {}

error 040: duplicate "case" label (value 0) will be given because both AB and BC are defined as 0.
Reply


Messages In This Thread
Noob Problem [HELP!] - by Chausar - 11.04.2015, 14:38
Re: Noob Problem [HELP!] - by Konstantinos - 11.04.2015, 14:42
Error 040 duplicate case value 0 problem - by Chausar - 12.04.2015, 07:26
Re: Noob Problem [HELP!] - by JaydenJason - 12.04.2015, 07:35
Re: Noob Problem [HELP!] - by Chausar - 12.04.2015, 07:49

Forum Jump:


Users browsing this thread: 1 Guest(s)