<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 7.9 &#8212; The stack and the heap</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 12:30:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Recursion &#171; Learn C++ Programming</title>
		<link>http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/comment-page-1/#comment-96849</link>
		<dc:creator>Recursion &#171; Learn C++ Programming</dc:creator>
		<pubDate>Mon, 16 Jan 2012 10:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/#comment-96849</guid>
		<description>[...] the lesson on the stack and the heap, you learned that every function call causes data to be placed on the call stack. Because the [...]</description>
		<content:encoded><![CDATA[<p>[...] the lesson on the stack and the heap, you learned that every function call causes data to be placed on the call stack. Because the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donbright</title>
		<link>http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/comment-page-1/#comment-96737</link>
		<dc:creator>donbright</dc:creator>
		<pubDate>Sat, 24 Dec 2011 01:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/#comment-96737</guid>
		<description>awesome article!

the stack size is set on unix with the &#039;ulimit&#039; command, which often uses &#039;getrlimit&#039; &amp; other functions internally. 

see also http://rtomaszewski.blogspot.com/2011/04/what-does-my-bash-ulimit-function-use.html</description>
		<content:encoded><![CDATA[<p>awesome article!</p>
<p>the stack size is set on unix with the &#8216;ulimit&#8217; command, which often uses &#8216;getrlimit&#8217; &amp; other functions internally. </p>
<p>see also <a href="http://rtomaszewski.blogspot.com/2011/04/what-does-my-bash-ulimit-function-use.html" rel="nofollow">http://rtomaszewski.blogspot.com/2011/04/what-does-my-bash-ulimit-function-use.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Megan</title>
		<link>http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/comment-page-1/#comment-96593</link>
		<dc:creator>Megan</dc:creator>
		<pubDate>Sat, 10 Dec 2011 07:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/#comment-96593</guid>
		<description>All of these tutorials are excellent - and this one in particular!  I can&#039;t tell you how many sites I&#039;ve looked at to figure out the difference between the stack/heap and how the stack works, but this makes it so clear!</description>
		<content:encoded><![CDATA[<p>All of these tutorials are excellent &#8211; and this one in particular!  I can&#8217;t tell you how many sites I&#8217;ve looked at to figure out the difference between the stack/heap and how the stack works, but this makes it so clear!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.5 &#8212; Debugging your program (watching variables and the call stack) &#171; Learn C++</title>
		<link>http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/comment-page-1/#comment-96457</link>
		<dc:creator>A.5 &#8212; Debugging your program (watching variables and the call stack) &#171; Learn C++</dc:creator>
		<pubDate>Sat, 26 Nov 2011 03:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/#comment-96457</guid>
		<description>[...] Modern debuggers contain one more debugging information window that can be very useful in debugging your program. The call stack window shows you the state of the current call stack. If you need a refresher on what the call stack is, see the lesson on the stack and the heap. [...]</description>
		<content:encoded><![CDATA[<p>[...] Modern debuggers contain one more debugging information window that can be very useful in debugging your program. The call stack window shows you the state of the current call stack. If you need a refresher on what the call stack is, see the lesson on the stack and the heap. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shorawitz</title>
		<link>http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/comment-page-1/#comment-96393</link>
		<dc:creator>shorawitz</dc:creator>
		<pubDate>Wed, 16 Nov 2011 15:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/#comment-96393</guid>
		<description>I&#039;m surprised this hasn&#039;t been asked yet, but being a relative noob... I&#039;m wondering what would be considered &quot; large arrays, structures, or classes&quot;?  What would a reasonable threshold be?</description>
		<content:encoded><![CDATA[<p>I&#8217;m surprised this hasn&#8217;t been asked yet, but being a relative noob&#8230; I&#8217;m wondering what would be considered &#8221; large arrays, structures, or classes&#8221;?  What would a reasonable threshold be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyberlynxs</title>
		<link>http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/comment-page-1/#comment-96389</link>
		<dc:creator>cyberlynxs</dc:creator>
		<pubDate>Tue, 15 Nov 2011 19:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/#comment-96389</guid>
		<description>nice explanation</description>
		<content:encoded><![CDATA[<p>nice explanation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ratep90</title>
		<link>http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/comment-page-1/#comment-95149</link>
		<dc:creator>ratep90</dc:creator>
		<pubDate>Wed, 02 Feb 2011 16:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/#comment-95149</guid>
		<description>Does this mean main() local variables are also on stack?</description>
		<content:encoded><![CDATA[<p>Does this mean main() local variables are also on stack?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SWEngineer</title>
		<link>http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/comment-page-1/#comment-95129</link>
		<dc:creator>SWEngineer</dc:creator>
		<pubDate>Mon, 24 Jan 2011 10:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/#comment-95129</guid>
		<description>Simple well explained tutorial.

Thanks.</description>
		<content:encoded><![CDATA[<p>Simple well explained tutorial.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SWEngineer</title>
		<link>http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/comment-page-1/#comment-95128</link>
		<dc:creator>SWEngineer</dc:creator>
		<pubDate>Mon, 24 Jan 2011 09:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/#comment-95128</guid>
		<description>When mentioned the following:

...anybody who takes a plate from the stack will take the plate you just pushed on &quot;first&quot;.

Shouldn&#039;t &quot;first&quot; here be &quot;last&quot;?

Thanks.</description>
		<content:encoded><![CDATA[<p>When mentioned the following:</p>
<p>&#8230;anybody who takes a plate from the stack will take the plate you just pushed on &#8220;first&#8221;.</p>
<p>Shouldn&#8217;t &#8220;first&#8221; here be &#8220;last&#8221;?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C/C++ Miscellanea &#171; Zhongliang(Samuel) Liang&#039;s Technical Blog</title>
		<link>http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/comment-page-1/#comment-95098</link>
		<dc:creator>C/C++ Miscellanea &#171; Zhongliang(Samuel) Liang&#039;s Technical Blog</dc:creator>
		<pubDate>Sat, 15 Jan 2011 03:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/79-the-stack-and-the-heap/#comment-95098</guid>
		<description>[...] The stack and the heap, by Alex, on August 10th, 2007 [...]</description>
		<content:encoded><![CDATA[<p>[...] The stack and the heap, by Alex, on August 10th, 2007 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

