<?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"
	>
<channel>
	<title>Comments on: Stream-of-consciousness</title>
	<atom:link href="http://artlung.com/blog/2004/09/23/stream-of-consciousness/feed/" rel="self" type="application/rss+xml" />
	<link>http://artlung.com/blog/2004/09/23/stream-of-consciousness/</link>
	<description>Blogging sporadically since February 2001.</description>
	<pubDate>Sat, 06 Sep 2008 04:45:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Sassy</title>
		<link>http://artlung.com/blog/2004/09/23/stream-of-consciousness/#comment-20</link>
		<dc:creator>Sassy</dc:creator>
		<pubDate>Thu, 23 Sep 2004 21:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://artlung.com/blog/2004/09/23/stream-of-consciousness/#comment-20</guid>
		<description>:-)</description>
		<content:encoded><![CDATA[<p>:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Crawford</title>
		<link>http://artlung.com/blog/2004/09/23/stream-of-consciousness/#comment-19</link>
		<dc:creator>Joe Crawford</dc:creator>
		<pubDate>Thu, 23 Sep 2004 20:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://artlung.com/blog/2004/09/23/stream-of-consciousness/#comment-19</guid>
		<description>Before I answer, is this what you meant?

#include &#60;iostream.h&#62;

int main()
{

  char *p = "Hello";

  while (*p)
    {
      std::cout &#60;&#60; *(++p) &#60;&#60; std::endl;
    }

}</description>
		<content:encoded><![CDATA[<p>Before I answer, is this what you meant?</p>
<p>#include <iostream .h></iostream></p>
<p>int main()<br />
{</p>
<p>char *p = &#8220;Hello&#8221;;</p>
<p>while (*p)<br />
{</p>
<p>std::cout < < *(++p) << std::endl;<br />
}</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sassy</title>
		<link>http://artlung.com/blog/2004/09/23/stream-of-consciousness/#comment-18</link>
		<dc:creator>Sassy</dc:creator>
		<pubDate>Thu, 23 Sep 2004 17:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://artlung.com/blog/2004/09/23/stream-of-consciousness/#comment-18</guid>
		<description>yes, but can you tell me what this does?

#include &#60;iostream.h&#62;

int main()
{

*p = "Hello"

while (*p)
{
  cout &#60;&#60; *(++p) &#60;&#60; endl;
}

}</description>
		<content:encoded><![CDATA[<p>yes, but can you tell me what this does?</p>
<p>#include <iostream .h></iostream></p>
<p>int main()<br />
{</p>
<p>*p = &#8220;Hello&#8221;</p>
<p>while (*p)<br />
{</p>
<p>cout < < *(++p) << endl;<br />
}</p>
<p>}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
