<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vdiscussion &#187; null pointer</title>
	<atom:link href="http://vdiscussion.com/tag/null-pointer/feed/" rel="self" type="application/rss+xml" />
	<link>http://vdiscussion.com</link>
	<description>Vinoth Kumar&#039;s Discussion</description>
	<lastBuildDate>Wed, 09 Dec 2009 15:34:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>I&#8217;m still confused. I just can&#8217;t understand all this null pointer stuff.</title>
		<link>http://vdiscussion.com/im-still-confused-i-just-cant-understand-all-this-null-pointer-stuff/</link>
		<comments>http://vdiscussion.com/im-still-confused-i-just-cant-understand-all-this-null-pointer-stuff/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 13:39:55 +0000</pubDate>
		<dc:creator>albert</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Request]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[null pointer]]></category>

		<guid isPermaLink="false">http://vdiscussion.com/?p=76</guid>
		<description><![CDATA[A simple rule is, &#8220;Always use `0&#8242; or `NULL&#8217; for null pointers, and always cast them when they are used as arguments in function calls.&#8221;]]></description>
			<content:encoded><![CDATA[<p>A simple rule is, &#8220;Always use `0&#8242; or `NULL&#8217; for null pointers, and always cast them when they are used as arguments in function calls.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://vdiscussion.com/im-still-confused-i-just-cant-understand-all-this-null-pointer-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is there so much confusion surrounding null pointers?  Why do these questions come up so often?</title>
		<link>http://vdiscussion.com/why-is-there-so-much-confusion-surrounding-null-pointers-why-do-these-questions-come-up-so-often/</link>
		<comments>http://vdiscussion.com/why-is-there-so-much-confusion-surrounding-null-pointers-why-do-these-questions-come-up-so-often/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 13:38:13 +0000</pubDate>
		<dc:creator>albert</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Request]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[null pointer]]></category>
		<category><![CDATA[preprocessor]]></category>

		<guid isPermaLink="false">http://vdiscussion.com/?p=73</guid>
		<description><![CDATA[The fact that null pointers are represented both in source code, and internally to most machines, as zero invites unwarranted assumptions.  The use of a  preprocessor macro (NULL) suggests that the value might change later, or on some weird machine.]]></description>
			<content:encoded><![CDATA[<p>The fact that null pointers are represented both in source code, and internally to most machines, as zero invites unwarranted assumptions.  The use of a  preprocessor macro (NULL) suggests that the value might change later, or on some weird machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://vdiscussion.com/why-is-there-so-much-confusion-surrounding-null-pointers-why-do-these-questions-come-up-so-often/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m confused.  NULL is guaranteed to be 0, but the null pointer is not?</title>
		<link>http://vdiscussion.com/im-confused-null-is-guaranteed-to-be-0-but-the-null-pointer-is-not/</link>
		<comments>http://vdiscussion.com/im-confused-null-is-guaranteed-to-be-0-but-the-null-pointer-is-not/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 13:36:52 +0000</pubDate>
		<dc:creator>albert</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Request]]></category>
		<category><![CDATA[#defined]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[null pointer]]></category>

		<guid isPermaLink="false">http://vdiscussion.com/?p=71</guid>
		<description><![CDATA[A &#8220;null pointer&#8221; is a language concept whose particular internal value does not matter.  A null pointer is requested in source code with the character &#8220;0&#8243;.   &#8220;NULL&#8221; is a preprocessor macro, which is always #defined as 0 (or (void *)0).]]></description>
			<content:encoded><![CDATA[<p>A &#8220;null pointer&#8221; is a language concept whose particular internal value does not matter.  A null pointer is requested in source code with the character &#8220;0&#8243;.   &#8220;NULL&#8221; is a preprocessor macro, which is always #defined as 0 (or (void *)0).</p>
]]></content:encoded>
			<wfw:commentRss>http://vdiscussion.com/im-confused-null-is-guaranteed-to-be-0-but-the-null-pointer-is-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I &#8220;get&#8221; a null pointer in my programs?</title>
		<link>http://vdiscussion.com/how-do-i-get-a-null-pointer-in-my-programs/</link>
		<comments>http://vdiscussion.com/how-do-i-get-a-null-pointer-in-my-programs/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 13:33:45 +0000</pubDate>
		<dc:creator>ma.vinothkumar</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Request]]></category>
		<category><![CDATA[ANSI]]></category>
		<category><![CDATA[null pointer]]></category>
		<category><![CDATA[pointer contex]]></category>

		<guid isPermaLink="false">http://vdiscussion.com/?p=69</guid>
		<description><![CDATA[A constant 0 in a pointer context is converted into a null pointer at compile time.  A &#8220;pointer context&#8221; is an initialization, assignment, or comparison with one side a variable or expression of pointer type, and (in ANSI standard C) a function argument which has a prototype in scope declaring a certain parameter as being [...]]]></description>
			<content:encoded><![CDATA[<p>A constant 0 in a pointer context is converted into a null pointer at compile time.  A &#8220;pointer context&#8221; is an initialization, assignment, or comparison with one side a variable or expression of pointer type, and (in ANSI standard C) a function argument which has a prototype in scope declaring a certain parameter as being of pointer type.  In other contexts (function arguments without prototypes, or in the variable part of variadic function calls) a constant 0 with an appropriate explicit cast is required.</p>
]]></content:encoded>
			<wfw:commentRss>http://vdiscussion.com/how-do-i-get-a-null-pointer-in-my-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
