<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>zeolite's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/42587/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user zeolite.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Thu, 20 Jun 2013 01:51:52 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>Does clone() deep-copy arrays of integers?</title>
      <link>http://www.programmersheaven.com/mb/java/392684/392684/ReadMessage.aspx#392684</link>
      <description>&lt;p&gt;Posted a '&lt;a href="http://www.programmersheaven.com/mb/java/392684/392684/ReadMessage.aspx#392684"&gt;new message&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/java/Board.aspx"&gt;Java&lt;/a&gt; forum.&lt;/p&gt;If my class has an arrayn of integers as an attribute then do I need to override its clone() method to make a deep copy of the array or is a new chunk of memory allocated to the array attribute of the clone?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance,&lt;br /&gt;
Dan</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java/392684/392684/ReadMessage.aspx#392684</guid>
      <pubDate>Mon, 22 Jun 2009 13:14:37 -0700</pubDate>
    </item>
    <item>
      <title>Re: 2 basic WIn32 API questions</title>
      <link>http://www.programmersheaven.com/mb/Win32API/387488/387753/ReadMessage.aspx#387753</link>
      <description>&lt;p&gt;Posted a '&lt;a href="http://www.programmersheaven.com/mb/Win32API/387488/387753/ReadMessage.aspx#387753"&gt;reply&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/Win32API/Board.aspx"&gt;C/C++ Windows API&lt;/a&gt; forum.&lt;/p&gt;1. What does an application instance mean?&lt;br /&gt;
&lt;br /&gt;
When an application starts, Windows gives it a unique number. In C++ this instance is stored in the HINSTANCE data type. This "instance" (which is also sometimes referred to as a "handle") can then be passed as a parameter to Windows API functions. For example if your application calls the function CreateWindow then you pass in the handle to your application so that Windows knows which application the window will belong to.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Win32API/387488/387753/ReadMessage.aspx#387753</guid>
      <pubDate>Sat, 21 Mar 2009 02:31:14 -0700</pubDate>
    </item>
  </channel>
</rss>