[try Beta version]
Not logged in

 
whats illegal

Oct 3, 2014 at 5:07am
please help me whats illegal in c++
Oct 3, 2014 at 5:21am
mov AX, 0x0f
Oct 3, 2014 at 7:39am
It means it's not allowed by design.
Oct 3, 2014 at 8:32am
Anything which makes program ill-formed or causes an undefined behavior.
Oct 3, 2014 at 10:36am
1
2
3
4
if(illegal==bad)
    result = twoyearchildscode;
else
    result= nothing;
Topic archived. No new replies allowed.