<?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>Saleh Blog &#187; C++</title>
	<atom:link href="http://salehalsaffar.com/blog/?feed=rss2&#038;cat=13" rel="self" type="application/rss+xml" />
	<link>http://salehalsaffar.com/blog</link>
	<description>Programming, Web Developing, and nonsense... my computer knows my thoughts!</description>
	<lastBuildDate>Thu, 26 Aug 2010 13:57:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The Development of the C Language</title>
		<link>http://salehalsaffar.com/blog/?p=317</link>
		<comments>http://salehalsaffar.com/blog/?p=317#comments</comments>
		<pubDate>Sun, 28 Oct 2007 20:14:54 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://blog.flashcolony.com/?p=317</guid>
		<description><![CDATA[Very long article but great one. Know the history of the language you use! Here&#8217;s the Abstraction: The C programming language was devised in the early 1970s as a system implementation language for the nascent Unix operating system. Derived from the typeless language BCPL, it evolved a type structure; created on a tiny machine as [...]]]></description>
			<content:encoded><![CDATA[<p>Very long <a href="http://cm.bell-labs.com/cm/cs/who/dmr/chist.html">article</a> but great one. Know the history of the language you use!</p>
<p>Here&#8217;s the Abstraction:</p>
<blockquote><p>The C programming language was devised in the early 1970s as a system implementation language for the nascent Unix operating system. Derived from the typeless language BCPL, it evolved a type structure; created on a tiny machine as a tool to improve a meager programming environment, it has become one of the dominant languages of today. This paper studies its evolution. </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&amp;p=317</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++ source code documenting</title>
		<link>http://salehalsaffar.com/blog/?p=116</link>
		<comments>http://salehalsaffar.com/blog/?p=116#comments</comments>
		<pubDate>Sun, 08 Jul 2007 15:16:59 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://blog.flashcolony.com/?p=116</guid>
		<description><![CDATA[I have been searching the web for a documenting program for C++ codes. A program that I can write documentation of the code separated from the source code file. But I couldn&#8217;t find anything good or worth it. I have currently written a huge program in C++ and I&#8217;m finding some difficulties to keep tracking [...]]]></description>
			<content:encoded><![CDATA[<p>I have been searching the web for a documenting program for C++ codes. A program that I can write documentation of the code separated from the source code file. But I couldn&#8217;t find anything good or worth it. I have currently written a huge program in C++ and I&#8217;m finding some difficulties to keep tracking my codes so I was looking for a separated documenting program. If anyone knows a good program, please let me know by emailing me or posting a comment.</p>
<p>Anyway, I run across a webpage that explains guidelines to document a source code written in C++ and I&#8217;d like to share it. <a href="http://www.bgsu.edu/departments/compsci/docs/documentation.html">Here </a> is the link. I also found phpDocumentation which I <a href="http://blog.flashcolony.com/?p=115">posted</a> in this blog.</p>
<p><img src='http://blog.flashcolony.com/wp-content/uploads/doc1.jpg' alt='Documenting my codes' /></p>
<p>It is so frustrating to write documentation for my C++ codes in Microsoft Word especially when the source code contains over 4300 lines of code! and that considered to be a small program!</p>
<p>So if anyone knows a good program for documenting source codes for c++, please let me know by emailing me or posting a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&amp;p=116</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C++ pointers lesson</title>
		<link>http://salehalsaffar.com/blog/?p=50</link>
		<comments>http://salehalsaffar.com/blog/?p=50#comments</comments>
		<pubDate>Thu, 05 Apr 2007 23:10:16 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Fun Stuffs]]></category>

		<guid isPermaLink="false">http://blog.flashcolony.com/?p=50</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/f-pJlnpkLp0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/f-pJlnpkLp0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
