Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Confused about a bit of code.

Name: Anonymous 2010-03-23 16:12

http://pastebin.org/121306

Could a friendly soul explain to me why removing/changing the for-loop at line 68-69 changes the whole program?
It changes output from   1 2 3 4 5   to   3 2 1 5 4 
if the input is 5 4 3 2 1

Name: Anonymous 2010-03-23 18:09

>>6-7
Java has System.arraycopy(src, src_start, dest, dest_start, length).  It's probably the best simple copy function you can implement in the language.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List