In Java, and I’m pretty sure even in C++, when you set an object equal to null, it does not mean it’s been freed from the heap. I mean take a look at the following example:
public class gc {
public static void main(String []args) {
gc obj = new gc();
obj = null;
System.gc();
}
public gc() {
System.out.println(”Constructor”);
}
protected void finalize() {
System.out.println(”finalize()”);
}
}
C:\>java [...]
… check out the following website:
http://www.qbrundage.com/michaelb/pubs/essays/random_number_generation.html
Many of Subspace players want to learn C++, and many ‘vets’ will point them to cplusplus.com. However, I found a much nicer website that you may want to check out!
http://www.ibiblio.org/obp/thinkCS/cpp/english/
April of last year, Sniper00, an individual who cared about Omega Fire so much, he sought out the contacts needed to bring the zone back to life after it’s closing in the previous July (2004). It is my pleasure to announce that Sniper00 will be taking over as Omega Fire’s owner beginning April 16th at [...]
I can’t really ellaborate, however, I’ve been offered (and accepted) a full-time programmer / analyst position with a major insurance, mutal fund company. I will begin my employment there on June 6th, giving me a couple weeks after graduation to get all “settled” into “the real world”.
But, I thought I’d pass it along.
AJAX Resources:
http://rushi.wordpress.com/2006/04/04/beginning-ajax/
Digg Tools:
http://westoncampbell.googlepages.com/diggtools.html
Titanic Photos:
http://www.spikedhumor.com/articles/22827/Titanic_Wreckage_Photo_Gallery.html
Proof of Concept code for Linux-Windows Virus:
http://vx.netlux.org/src.php?info=clt.zip
More “must have” suggested Firefox Extensions:
http://www.keithdsouza.com/all-technical-sharing/technical-news/must-have-firefox-extensions.html
Mozilla Update Notifier (automatically updates your Firefox, etc.):
https://addons.mozilla.org/extensions/moreinfo.php?id=2098&application=firefox
Free Software Magazine:
http://www.freesoftwaremagazine.com/
Grelminar writes:
The official asss site is back up at http://asss.yi.org/asss/
Sorry for all the downtime, and thanks to whoever hosted copies of files in various places.
The new site is under my control, so hopefully it won’t ever move again.
The monotone server also moved to the new location, so it should be faster.
The site is, of course, [...]