<?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: Program To Print A String Without Using Any Output Statements</title>
	<atom:link href="http://www.gohacking.com/2007/11/c-program-to-print-string-without-using.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gohacking.com/2007/11/c-program-to-print-string-without-using.html</link>
	<description>Learn How To Hack! Know more about Computer/Internet Security. Get Real Hacking Tips from Experts. Cool place to Learn Hacking</description>
	<lastBuildDate>Sat, 17 Dec 2011 06:20:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aldrin</title>
		<link>http://www.gohacking.com/2007/11/c-program-to-print-string-without-using.html/comment-page-1#comment-13651</link>
		<dc:creator>Aldrin</dc:creator>
		<pubDate>Mon, 09 Aug 2010 13:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=19#comment-13651</guid>
		<description>Hi sir am Aldrin, I want to improve my skills but i intrest in only c/c++. Other languages give litle strugle for me . How I Can?....
But I hope I &#039;ll DO ...
Pls Send U&#039;r personal ideas for me.......</description>
		<content:encoded><![CDATA[<p>Hi sir am Aldrin, I want to improve my skills but i intrest in only c/c++. Other languages give litle strugle for me . How I Can?&#8230;.<br />
But I hope I &#8216;ll DO &#8230;<br />
Pls Send U&#8217;r personal ideas for me&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xyz</title>
		<link>http://www.gohacking.com/2007/11/c-program-to-print-string-without-using.html/comment-page-1#comment-10611</link>
		<dc:creator>xyz</dc:creator>
		<pubDate>Sat, 17 Apr 2010 10:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=19#comment-10611</guid>
		<description>plzz explain the logic behind  this code..
thank you!</description>
		<content:encoded><![CDATA[<p>plzz explain the logic behind  this code..<br />
thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srikanth</title>
		<link>http://www.gohacking.com/2007/11/c-program-to-print-string-without-using.html/comment-page-1#comment-3342</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Fri, 20 Feb 2009 13:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=19#comment-3342</guid>
		<description>@ biswajit das

This program works only on a 16-bit C/C++ compiler.</description>
		<content:encoded><![CDATA[<p>@ biswajit das</p>
<p>This program works only on a 16-bit C/C++ compiler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: biswajit das</title>
		<link>http://www.gohacking.com/2007/11/c-program-to-print-string-without-using.html/comment-page-1#comment-3335</link>
		<dc:creator>biswajit das</dc:creator>
		<pubDate>Fri, 20 Feb 2009 10:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=19#comment-3335</guid>
		<description>this is not working it simply shows the 3 errors the error is illegal character  so what i do</description>
		<content:encoded><![CDATA[<p>this is not working it simply shows the 3 errors the error is illegal character  so what i do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nice</title>
		<link>http://www.gohacking.com/2007/11/c-program-to-print-string-without-using.html/comment-page-1#comment-61</link>
		<dc:creator>nice</dc:creator>
		<pubDate>Thu, 17 Jul 2008 14:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=19#comment-61</guid>
		<description>hey buddy that was awesome
but please cn u also explain the logic</description>
		<content:encoded><![CDATA[<p>hey buddy that was awesome<br />
but please cn u also explain the logic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xor eax,eax</title>
		<link>http://www.gohacking.com/2007/11/c-program-to-print-string-without-using.html/comment-page-1#comment-3</link>
		<dc:creator>xor eax,eax</dc:creator>
		<pubDate>Mon, 03 Dec 2007 04:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=19#comment-3</guid>
		<description>if you use linux:


int main(){
char code[]= &quot;\xeb\x18\x59\xb8\x04\x00\x00\x00\x31\xdb&quot;
&quot;\xba\x18\x00\x00\x00\xcd\x80\xb8\x01\x00\x00\x00\x31\xdb&quot;
&quot;\xcd\x80\xe8\xe3\xff\xff\xff\x49\x27\x6d\x20\x66\x6f\x72\x6d\x61&quot;
&quot;\x74\x74\x69\x6e\x67\x20\x6d\x79\x20\x62\x72\x61\x69\x6e\x0a&quot; ;
int (*func)();
func = (int (*)()) code;
(int)(*func)();
return 0;
}</description>
		<content:encoded><![CDATA[<p>if you use linux:</p>
<p>int main(){<br />
char code[]= &#8220;\xeb\x18\x59\xb8\x04\x00\x00\x00\x31\xdb&#8221;<br />
&#8220;\xba\x18\x00\x00\x00\xcd\x80\xb8\x01\x00\x00\x00\x31\xdb&#8221;<br />
&#8220;\xcd\x80\xe8\xe3\xff\xff\xff\x49\x27\x6d\x20\x66\x6f\x72\x6d\x61&#8243;<br />
&#8220;\x74\x74\x69\x6e\x67\x20\x6d\x79\x20\x62\x72\x61\x69\x6e\x0a&#8221; ;<br />
int (*func)();<br />
func = (int (*)()) code;<br />
(int)(*func)();<br />
return 0;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

