We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?>
What part of my previous sentence didn't you understand?
What is your program expected to do? It does have varaibles that are unused, and infinite loop and a return value that can't be reached - and if reached would not have any OS to return it to.
What was your goal when writing the program? Without any goal, it's impossible to define "works" or "doesn't work".
the code is very large. i write it and it doe snot work.
i e mail to you?
Per,
For your own health - just leave it. It wouldn't help anyway...
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?