whats illegal

please help me whats illegal in c++
mov AX, 0x0f
It means it's not allowed by design.
Anything which makes program ill-formed or causes an undefined behavior.
1
2
3
4
if(illegal==bad)
    result = twoyearchildscode;
else
    result= nothing;
Topic archived. No new replies allowed.