<?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: A.5 &#8212; Debugging your program (watching variables and the call stack)</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/</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: A.6 &#8212; Fixed width integers &#171; Learn C++</title>
		<link>http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/comment-page-1/#comment-96462</link>
		<dc:creator>A.6 &#8212; Fixed width integers &#171; Learn C++</dc:creator>
		<pubDate>Sat, 26 Nov 2011 06:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/#comment-96462</guid>
		<description>[...]  A.5 &#8212; Debugging your program (watching variables and the call stack)      C++ Tutorial &#124; &#160;Print This Post   &#171; 16.1 &#8212; The Standard Template Library (STL) &#160;&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...]  A.5 &#8212; Debugging your program (watching variables and the call stack)      C++ Tutorial | &nbsp;Print This Post   &laquo; 16.1 &#8212; The Standard Template Library (STL) &nbsp;&nbsp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.4 &#8212; Debugging your program (stepping and breakpoints) &#171; Learn C++</title>
		<link>http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/comment-page-1/#comment-96455</link>
		<dc:creator>A.4 &#8212; Debugging your program (stepping and breakpoints) &#171; Learn C++</dc:creator>
		<pubDate>Sat, 26 Nov 2011 03:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/#comment-96455</guid>
		<description>[...] 10.1 &#8212; Constructor initialization lists &#160;&#160; A.5 &#8212; Debugging your program (watching variables and the call stack) [...]</description>
		<content:encoded><![CDATA[<p>[...] 10.1 &#8212; Constructor initialization lists &nbsp;&nbsp; A.5 &#8212; Debugging your program (watching variables and the call stack) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tang</title>
		<link>http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/comment-page-1/#comment-82971</link>
		<dc:creator>Tang</dc:creator>
		<pubDate>Fri, 16 Apr 2010 07:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/#comment-82971</guid>
		<description>Alex, thank you very much. Your lessons are very interesting and very useful for me.</description>
		<content:encoded><![CDATA[<p>Alex, thank you very much. Your lessons are very interesting and very useful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkldf</title>
		<link>http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/comment-page-1/#comment-70967</link>
		<dc:creator>jkldf</dc:creator>
		<pubDate>Sat, 24 Oct 2009 19:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/#comment-70967</guid>
		<description>You have to read.
to many things wrong</description>
		<content:encoded><![CDATA[<p>You have to read.<br />
to many things wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the noob</title>
		<link>http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/comment-page-1/#comment-65908</link>
		<dc:creator>the noob</dc:creator>
		<pubDate>Sun, 09 Aug 2009 15:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/#comment-65908</guid>
		<description>&lt;pre&gt;// super app 2.cpp : Defines the entry point for the console application.
//

#include &quot;stdafx.h&quot;


int _tmain(int argc, _TCHAR* argv[])
{
	return 0;
}

int multi(int a, int b, int z);
{

	using namespace std;
	{
	if z = 1;
	cout &lt;&lt; &quot;Enter a number: &quot;&lt;&lt; endl; 
	int a;
	cout &lt;&lt; &quot;Enter a Second number:&quot;&lt;&lt; endl;
	int b;
	cin&gt;&gt; a;
	cin &gt;&gt; b;
	{
	else;
	cout &lt;&lt; &quot;Enter numbers 1-4&quot; &lt;&lt; endl;

	return a * b;
		

	}
}
int main();
{
	cout &lt;&lt; &quot;Enter a number: &quot;&lt;&lt; endl; 
	int z;
	cin&gt;&gt; z;
	Multi(int z);
	return 0;

}

&lt;/pre&gt;

HELP

im a totally new at c++ and i cant seem to figure out whats going wrong with my code! please help. thanks</description>
		<content:encoded><![CDATA[<pre>// super app 2.cpp : Defines the entry point for the console application.
//

#include &quot;stdafx.h&quot;

int _tmain(int argc, _TCHAR* argv[])
{
	return 0;
}

int multi(int a, int b, int z);
{

	using namespace std;
	{
	if z = 1;
	cout &lt;&lt; &quot;Enter a number: &quot;&lt;&lt; endl;
	int a;
	cout &lt;&lt; &quot;Enter a Second number:&quot;&lt;&lt; endl;
	int b;
	cin&gt;&gt; a;
	cin &gt;&gt; b;
	{
	else;
	cout &lt;&lt; &quot;Enter numbers 1-4&quot; &lt;&lt; endl;

	return a * b;

	}
}
int main();
{
	cout &lt;&lt; &quot;Enter a number: &quot;&lt;&lt; endl;
	int z;
	cin&gt;&gt; z;
	Multi(int z);
	return 0;

}
</pre>
<p>HELP</p>
<p>im a totally new at c++ and i cant seem to figure out whats going wrong with my code! please help. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - &#187; 0.7 &#8212; A few common C++ problems</title>
		<link>http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/comment-page-1/#comment-11189</link>
		<dc:creator>Learn C++ - &#187; 0.7 &#8212; A few common C++ problems</dc:creator>
		<pubDate>Tue, 08 Apr 2008 03:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/#comment-11189</guid>
		<description>[...] it! You can find information on how to debug programs in appendix A, specifically sections A.4 and A.5. You will probably find the debugging sections more comprehensible after reading a few more [...]</description>
		<content:encoded><![CDATA[<p>[...] it! You can find information on how to debug programs in appendix A, specifically sections A.4 and A.5. You will probably find the debugging sections more comprehensible after reading a few more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinheiro Internet - Blog de Dinheiro &#187; A.5 â€” Debugging your program (watching variables and the call stack)</title>
		<link>http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/comment-page-1/#comment-3138</link>
		<dc:creator>Dinheiro Internet - Blog de Dinheiro &#187; A.5 â€” Debugging your program (watching variables and the call stack)</dc:creator>
		<pubDate>Wed, 21 Nov 2007 18:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a5-debugging-your-program-watching-variables-and-the-call-stack/#comment-3138</guid>
		<description>[...] Democrats.com &#124; The Aggressive Progressives! wrote an interesting post today!.Here&#8217;s a quick excerpt In the previous lesson on stepping and breakpoints, you learned how to use the debugger to watch the path of execution through your program. However, stepping through a program is only half of what makes the debugger useful. The debugger also lets you examine the value of variables as you step through your code. Note: If you are not familiar with the concept of stepping, please review the previous lesson first, as this lesson builds on top of it. Our examples here will be using the Visual Stud [...]</description>
		<content:encoded><![CDATA[<p>[...] Democrats.com | The Aggressive Progressives! wrote an interesting post today!.Here&#8217;s a quick excerpt In the previous lesson on stepping and breakpoints, you learned how to use the debugger to watch the path of execution through your program. However, stepping through a program is only half of what makes the debugger useful. The debugger also lets you examine the value of variables as you step through your code. Note: If you are not familiar with the concept of stepping, please review the previous lesson first, as this lesson builds on top of it. Our examples here will be using the Visual Stud [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

