<?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 realloc()</title>
	<atom:link href="http://www.codingunit.com/c-reference-stdlib-h-function-realloc/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codingunit.com/c-reference-stdlib-h-function-realloc</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: neeraj</title>
		<link>http://www.codingunit.com/c-reference-stdlib-h-function-realloc/comment-page-1#comment-4186</link>
		<dc:creator>neeraj</dc:creator>
		<pubDate>Mon, 14 Nov 2011 21:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=414#comment-4186</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Read text file with unknown number of rows in C</title>
		<link>http://www.codingunit.com/c-reference-stdlib-h-function-realloc/comment-page-1#comment-3552</link>
		<dc:creator>Read text file with unknown number of rows in C</dc:creator>
		<pubDate>Sun, 26 Jun 2011 04:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=414#comment-3552</guid>
		<description>[...] 79          Sure, you need to do something along the lines of:  1. Open the file 2. Check if file opened successfully 3. while not EOF 4. reallocate space in array 5. read line into array 6. repeat 7. close file  The file faq is here  To dynamically size the array you need the realloc() function. [...]</description>
		<content:encoded><![CDATA[<p>[...] 79          Sure, you need to do something along the lines of:  1. Open the file 2. Check if file opened successfully 3. while not EOF 4. reallocate space in array 5. read line into array 6. repeat 7. close file  The file faq is here  To dynamically size the array you need the realloc() function. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

