<?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 Reference  function getenv()</title>
	<atom:link href="http://www.codingunit.com/c-reference-stdlib-h-function-getenv/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codingunit.com/c-reference-stdlib-h-function-getenv</link>
	<description>CodingUnit is your online resource for learning to program. Tutorials on C, C++, PHP, Python, MySQL, Java, JQuery, Opengl, DirectX and much more!</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:08:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.codingunit.com/c-reference-stdlib-h-function-getenv/comment-page-1#comment-4415</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 12 Jan 2012 20:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=426#comment-4415</guid>
		<description>@sivaraman - That is not correct, if null is returned then no environment path is found. If it is not null then an environment path is found. If I compile the sample then the output on a Windows 7 system is:

The set path is: C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ImageConverter Plus\Microsoft.VC90.CRT;C:\Program Files (x86)\ImageConverter Plus\Microsoft.VC90.MFC;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static

So the example works. I hope that this helps you.</description>
		<content:encoded><![CDATA[<p>@sivaraman &#8211; That is not correct, if null is returned then no environment path is found. If it is not null then an environment path is found. If I compile the sample then the output on a Windows 7 system is:</p>
<p>The set path is: C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ImageConverter Plus\Microsoft.VC90.CRT;C:\Program Files (x86)\ImageConverter Plus\Microsoft.VC90.MFC;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static</p>
<p>So the example works. I hope that this helps you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sivaraman</title>
		<link>http://www.codingunit.com/c-reference-stdlib-h-function-getenv/comment-page-1#comment-4414</link>
		<dc:creator>sivaraman</dc:creator>
		<pubDate>Thu, 12 Jan 2012 13:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=426#comment-4414</guid>
		<description>Please explain a case in which getenv() is
successful. here PATH is not found for getenv(). SO it will return NULL.</description>
		<content:encoded><![CDATA[<p>Please explain a case in which getenv() is<br />
successful. here PATH is not found for getenv(). SO it will return NULL.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

