<?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>DIMW &#187; Computer</title>
	<atom:link href="http://www.doitmyway.net/tag/computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doitmyway.net</link>
	<description>Do It My Way or die trying!</description>
	<lastBuildDate>Thu, 21 Jul 2011 13:57:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>get your computer name using c++, windows only</title>
		<link>http://www.doitmyway.net/2009/05/01/get-your-computer-name-using-c-windows-only/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=get-your-computer-name-using-c-windows-only</link>
		<comments>http://www.doitmyway.net/2009/05/01/get-your-computer-name-using-c-windows-only/#comments</comments>
		<pubDate>Fri, 01 May 2009 12:41:56 +0000</pubDate>
		<dc:creator>AL YAMANI</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=266</guid>
		<description><![CDATA[hi all, you can get your computer name, which use windows operating system by using this code: /*********/ #include &#60;iostream&#62; #include &#60;windows.h&#62; using namespace std; int main(){ char name[100]; DWORD length=100; GetComputerName(name, &#38;length); cout&#60;&#60;name&#60;&#60;endl; return 0; } /*********/]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/05/01/get-your-computer-name-using-c-windows-only/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Computer Terminology</title>
		<link>http://www.doitmyway.net/2009/02/09/computer-terminology/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=computer-terminology</link>
		<comments>http://www.doitmyway.net/2009/02/09/computer-terminology/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 15:29:31 +0000</pubDate>
		<dc:creator>szakwani</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Terminology]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=62</guid>
		<description><![CDATA[Definitions on computer terminology Interpretation:- Forming high level conclusions or descriptions from collections of raw data. Prediction :- Projecting probable consequences of given situation Diagnosis :- Determining the cause of malfaunctions in complex situations based on obeservable symptoms Design :- Finding a configuration of a system components that meets performance goals while satisfying a set [...]]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/02/09/computer-terminology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

