<?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: C Program to Print a Character without using any Output Statements</title>
	<atom:link href="http://www.gohacking.com/2007/11/c-program-to-print-without-using-any.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gohacking.com/2007/11/c-program-to-print-without-using-any.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: sunil</title>
		<link>http://www.gohacking.com/2007/11/c-program-to-print-without-using-any.html/comment-page-1#comment-14129</link>
		<dc:creator>sunil</dc:creator>
		<pubDate>Sun, 26 Sep 2010 15:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=14#comment-14129</guid>
		<description>wat does Oxb8000000 do....</description>
		<content:encoded><![CDATA[<p>wat does Oxb8000000 do&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.gohacking.com/2007/11/c-program-to-print-without-using-any.html/comment-page-1#comment-7009</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 03 Aug 2009 10:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=14#comment-7009</guid>
		<description>Cool dude.........</description>
		<content:encoded><![CDATA[<p>Cool dude&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srikanth</title>
		<link>http://www.gohacking.com/2007/11/c-program-to-print-without-using-any.html/comment-page-1#comment-27</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Wed, 05 Mar 2008 12:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=14#comment-27</guid>
		<description>First of all this program is compiler dependent  can only be compiled by 16-bit compiler under windows.So if you are using Linux or modern compilers such as VC++ or 32-bit C++ compilers the program does not work.32-bit compilers do not have the concept of near,far  huge pointers..

So this my be the cause for errors in your case</description>
		<content:encoded><![CDATA[<p>First of all this program is compiler dependent  can only be compiled by 16-bit compiler under windows.So if you are using Linux or modern compilers such as VC++ or 32-bit C++ compilers the program does not work.32-bit compilers do not have the concept of near,far  huge pointers..</p>
<p>So this my be the cause for errors in your case</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.gohacking.com/2007/11/c-program-to-print-without-using-any.html/comment-page-1#comment-24</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 05 Mar 2008 07:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=14#comment-24</guid>
		<description>1 error C2143: syntax error :   missing &#039;;&#039; before &#039;*&#039;
2 error C2065: &#039;p&#039; : undeclared identifier
3 error C2146: syntax error : missing &#039;)&#039; before identifier &#039;far&#039;
4 error C2059: syntax error : &#039;)&#039;
5 error C2065: &#039;p&#039; : undeclared identifier

these are the 5 errors I&#039;m gettin.</description>
		<content:encoded><![CDATA[<p>1 error C2143: syntax error :   missing &#8216;;&#8217; before &#8216;*&#8217;<br />
2 error C2065: &#8216;p&#8217; : undeclared identifier<br />
3 error C2146: syntax error : missing &#8216;)&#8217; before identifier &#8216;far&#8217;<br />
4 error C2059: syntax error : &#8216;)&#8217;<br />
5 error C2065: &#8216;p&#8217; : undeclared identifier</p>
<p>these are the 5 errors I&#8217;m gettin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srikanth</title>
		<link>http://www.gohacking.com/2007/11/c-program-to-print-without-using-any.html/comment-page-1#comment-5</link>
		<dc:creator>srikanth</dc:creator>
		<pubDate>Fri, 14 Dec 2007 00:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=14#comment-5</guid>
		<description>try this

char far *p=(char far*)0xb8000000;</description>
		<content:encoded><![CDATA[<p>try this</p>
<p>char far *p=(char far*)0xb8000000;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.gohacking.com/2007/11/c-program-to-print-without-using-any.html/comment-page-1#comment-4</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 11 Dec 2007 01:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=14#comment-4</guid>
		<description>it gives an error saying 

&quot;cannot convert unsigned long to char far*&quot;</description>
		<content:encoded><![CDATA[<p>it gives an error saying </p>
<p>&#8220;cannot convert unsigned long to char far*&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

