No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Re: 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 … | |
Re: 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++) … |
The End.