<?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: Debugging with GDB</title>
	<atom:link href="http://betterexplained.com/articles/debugging-with-gdb/feed/" rel="self" type="application/rss+xml" />
	<link>http://betterexplained.com/articles/debugging-with-gdb/</link>
	<description>Learn Right, Not Rote.</description>
	<lastBuildDate>Wed, 16 May 2012 12:30:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: noname</title>
		<link>http://betterexplained.com/articles/debugging-with-gdb/#comment-62183</link>
		<dc:creator>noname</dc:creator>
		<pubDate>Fri, 16 Mar 2012 19:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/debugging-with-gdb/#comment-62183</guid>
		<description>#include

using namespace std ;

int main()
{
	string stra , strb , strc ;
	cin&gt;&gt;stra&gt;&gt;strb&gt;&gt;strc ;
	
	int lena , lenb , lenc ;
	lena = stra.length(); lenb = strb.length() ; lenc = strc.length() ;
	
	int found =0 , j=0 , k=0 ;
	
	if((lena + lenb) == lenc)
	{
		int a,b,c ;
		for(int i =0 ; i&lt;lenc ; i++)	
		{
			found = 0 ;
			if(j&lt;lena &amp;&amp; found ==0)
			if(strc[i] == stra[j])
			{
				j++ ;
				found = 1;
			}
			
			if(k&lt;lenb  &amp;&amp; found ==0)
			if( strc[i] == strb[k] )
			{
				k++;
				found = 1;
			}
			
			if(found == 0)
			{
			cout&lt;&lt;&quot;not interlieved&quot;&lt;&lt;endl;
			break ;
			
			}
		}	
		if(found == 1)
		cout&lt;&lt;&quot;interlieved&quot;&lt;&lt;endl;
	}
	else
	{
	cout&lt;&lt;&quot;not interlieved&quot;&lt;&lt;endl;
	}

}</description>
		<content:encoded><![CDATA[<p>#include</p>
<p>using namespace std ;</p>
<p>int main()<br />
{<br />
	string stra , strb , strc ;<br />
	cin&gt;&gt;stra&gt;&gt;strb&gt;&gt;strc ;</p>
<p>	int lena , lenb , lenc ;<br />
	lena = stra.length(); lenb = strb.length() ; lenc = strc.length() ;</p>
<p>	int found =0 , j=0 , k=0 ;</p>
<p>	if((lena + lenb) == lenc)<br />
	{<br />
		int a,b,c ;<br />
		for(int i =0 ; i&lt;lenc ; i++)<br />
		{<br />
			found = 0 ;<br />
			if(j&lt;lena &amp;&amp; found ==0)<br />
			if(strc[i] == stra[j])<br />
			{<br />
				j++ ;<br />
				found = 1;<br />
			}</p>
<p>			if(k&lt;lenb  &amp;&amp; found ==0)<br />
			if( strc[i] == strb[k] )<br />
			{<br />
				k++;<br />
				found = 1;<br />
			}</p>
<p>			if(found == 0)<br />
			{<br />
			cout&lt;&lt;&quot;not interlieved&quot;&lt;&lt;endl;<br />
			break ;</p>
<p>			}<br />
		}<br />
		if(found == 1)<br />
		cout&lt;&lt;&quot;interlieved&quot;&lt;&lt;endl;<br />
	}<br />
	else<br />
	{<br />
	cout&lt;&lt;&quot;not interlieved&quot;&lt;&lt;endl;<br />
	}</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalid</title>
		<link>http://betterexplained.com/articles/debugging-with-gdb/#comment-20279</link>
		<dc:creator>kalid</dc:creator>
		<pubDate>Fri, 02 Dec 2011 18:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/debugging-with-gdb/#comment-20279</guid>
		<description>@Dhanunjay: Glad you liked it!</description>
		<content:encoded><![CDATA[<p>@Dhanunjay: Glad you liked it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhanunjay</title>
		<link>http://betterexplained.com/articles/debugging-with-gdb/#comment-20084</link>
		<dc:creator>Dhanunjay</dc:creator>
		<pubDate>Fri, 02 Dec 2011 07:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/debugging-with-gdb/#comment-20084</guid>
		<description>Good one for learners and hunters!!!</description>
		<content:encoded><![CDATA[<p>Good one for learners and hunters!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using GDB effectively to debug programs &#171; xccxf4xc3</title>
		<link>http://betterexplained.com/articles/debugging-with-gdb/#comment-243</link>
		<dc:creator>Using GDB effectively to debug programs &#171; xccxf4xc3</dc:creator>
		<pubDate>Sun, 18 Sep 2011 14:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://betterexplained.com/articles/debugging-with-gdb/#comment-243</guid>
		<description>[...] is just a note on my experiences with gdb. You can look at tutorials from betterexplained.com and RMS for more [...]</description>
		<content:encoded><![CDATA[<p>[...] is just a note on my experiences with gdb. You can look at tutorials from betterexplained.com and RMS for more [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

