<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: char** from static variables</title>
	<link>http://www.openasthra.com/c-tidbits/char-from-static-variables/</link>
	<description>C/C++ Programming Blog</description>
	<pubDate>Wed, 20 Aug 2008 03:46:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: fsdaf</title>
		<link>http://www.openasthra.com/c-tidbits/char-from-static-variables/#comment-26631</link>
		<dc:creator>fsdaf</dc:creator>
		<pubDate>Sat, 31 May 2008 10:47:18 +0000</pubDate>
		<guid>http://www.openasthra.com/c-tidbits/char-from-static-variables/#comment-26631</guid>
		<description>Why not just
char a[200][200];
char**b=a;
iterate(b,NUM);</description>
		<content:encoded><![CDATA[<p>Why not just<br />
char a[200][200];<br />
char**b=a;<br />
iterate(b,NUM);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
