Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
~3K People Reached
Favorite Forums
Favorite Tags
java x 2

2 Posted Topics

Member Avatar for server_crash

I'm not much of a C++ person, but I believe a different angle answer to your question might be found in the file java.c. I downloaded the J2SE sources from [Sun's site](http://www.sun.com/software/communitysource/j2se/java2/download.xml) I decompressed the archive and I took a look at the java.c file, from: `jdk-1_5_0-src-jrl\j2se\src\share\bin` I also found …

Member Avatar for Taywin
0
600
Member Avatar for ultimate_fusion

First of all, I strongly&&friendly recommend formatting your code using a beautifier, like Jacobe: http://www.tiobe.com/jacobe.htm (it's free for Windows and Linux). It will make the program's flow much more obvious. I found and fixed several issues (first 3 are listed below): 1) for (int count2 =0; count < 4; count++) …

Member Avatar for LunLun
0
2K

The End.