<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Pointers' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Pointers' posted on the 'Pascal' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 03:44:05 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 03:44:05 -0700</lastBuildDate>
    <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>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Pointers</title>
      <link>http://www.programmersheaven.com/mb/pasprog/427738/427738/pointers/</link>
      <description>hey, i have a problem with pointers, after a list created by pointers is read how do i write the list in the reverse order?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pasprog/427738/427738/pointers/</guid>
      <pubDate>Mon, 05 Mar 2012 02:31:05 -0700</pubDate>
      <category>Pascal</category>
    </item>
    <item>
      <title>Re: Pointers</title>
      <link>http://www.programmersheaven.com/mb/pasprog/427738/428193/re-pointers/#428193</link>
      <description>: hey, i have a problem with pointers, after a list created by &lt;br /&gt;
: pointers is read how do i write the list in the reverse order?&lt;br /&gt;
: &lt;br /&gt;
A linked list is a stack.  Copy the elements from one stack to another by repeatedly popping an element off the first stack and pushing it onto the other.  The new stack will be in reverse order.  Then just write out the second stack.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pasprog/427738/428193/re-pointers/#428193</guid>
      <pubDate>Sun, 08 Apr 2012 16:55:48 -0700</pubDate>
      <category>Pascal</category>
    </item>
  </channel>
</rss>