This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

code what i just wrote

my code is not code working. i copy from the webpage?

int main ( int , char ** ) { char __attribute ( "scatter_segment_before_main" ) message [ ] = "12345679";

int i ;

for ( ; ; ) ;

return 72 ;
}

what is wrong?>

Parents
  • the code is very large.

    No, it's not. It's so small you already posted the complete program. It really doesn't get much smaller than that.

    i write it

    No, you didn't. By your own admission you grabbed it off some un-named website. Whoever wrote that code --- it was obviously not you.

    and it doe snot work.

    And you still haven't answered the question: what do you mean by "it does not work"? How does it "not work"? What would it have meant for it to "work", and what did it do instead of that?

Reply
  • the code is very large.

    No, it's not. It's so small you already posted the complete program. It really doesn't get much smaller than that.

    i write it

    No, you didn't. By your own admission you grabbed it off some un-named website. Whoever wrote that code --- it was obviously not you.

    and it doe snot work.

    And you still haven't answered the question: what do you mean by "it does not work"? How does it "not work"? What would it have meant for it to "work", and what did it do instead of that?

Children
No data