<?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; c++</title>
	<atom:link href="http://www.doitmyway.net/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doitmyway.net</link>
	<description>Do It My Way or die trying!</description>
	<lastBuildDate>Wed, 07 Jul 2010 16:38:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>get machine local time using c++, windows only</title>
		<link>http://www.doitmyway.net/2009/05/01/get-machine-local-time-using-c-windows-only/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=get-machine-local-time-using-c-windows-only</link>
		<comments>http://www.doitmyway.net/2009/05/01/get-machine-local-time-using-c-windows-only/#comments</comments>
		<pubDate>Fri, 01 May 2009 12:45:32 +0000</pubDate>
		<dc:creator>AL YAMANI</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[T]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=268</guid>
		<description><![CDATA[hi all, here are some c++ codes to show local time of the running machine. download time.cpp #include &#60;iostream&#62; #include &#60;windows.h&#62; using namespace std; int main(){ SYSTEMTIME time; GetLocalTime (&#38;time);//(c++) cout&#60;&#60;time.wHour&#60;&#60;&#8221;:&#8221;&#60;&#60;time.wMinute&#60;&#60;endl; cout&#60;&#60;&#8221;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8221;&#60;&#60;endl; system(&#8220;time /T&#8221;); //(dos) return 0; }]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/05/01/get-machine-local-time-using-c-windows-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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&amp;utm_medium=rss&amp;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>2</slash:comments>
		</item>
		<item>
		<title>colorful C++ in Dos</title>
		<link>http://www.doitmyway.net/2009/03/29/colurfull-c-with-dos/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=colurfull-c-with-dos</link>
		<comments>http://www.doitmyway.net/2009/03/29/colurfull-c-with-dos/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 08:54:50 +0000</pubDate>
		<dc:creator>AL YAMANI</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[Visual C++]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://dimw.doitmyway.net/?p=199</guid>
		<description><![CDATA[hi all, most of computer science students are writing countless number of c++ programs. those programs usually runs on Dos. Day by day, this makes them hate the Black Screen more and more. Today we will see some tips to add color to those programs. what are we going to see is tested on Microsoft]]></description>
		<wfw:commentRss>http://www.doitmyway.net/2009/03/29/colurfull-c-with-dos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
