<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Easy Come Easy Go :D</title>
	<atom:link href="http://irwin113.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://irwin113.wordpress.com</link>
	<description>Just another Blog 4 Story &#38; Sharing &#38;LL</description>
	<lastBuildDate>Tue, 31 Aug 2010 14:40:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='irwin113.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/186dc51daffafecf0ad09b733e5c04b4?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Easy Come Easy Go :D</title>
		<link>http://irwin113.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://irwin113.wordpress.com/osd.xml" title="Easy Come Easy Go :D" />
	<atom:link rel='hub' href='http://irwin113.wordpress.com/?pushpress=hub'/>
		<item>
		<title>ADTPOINT &#8211; main.cpp</title>
		<link>http://irwin113.wordpress.com/2010/08/31/adtpoint-main-cpp/</link>
		<comments>http://irwin113.wordpress.com/2010/08/31/adtpoint-main-cpp/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 14:15:13 +0000</pubDate>
		<dc:creator>Irwin Caernel</dc:creator>
				<category><![CDATA[Alstrukdat 2010]]></category>

		<guid isPermaLink="false">http://irwin113.wordpress.com/?p=207</guid>
		<description><![CDATA[Ket : Masih akan diupdate #include &#60;ios&#62; #include&#60;math.h&#62; #include &#60;stdio.h&#62; #include &#8220;ADTPOINT.h&#8221; int main () { point P, Q, R, S; P = makepoint (10,10); //menginisialisasi nilai absis &#38; ordinat Q = makepoint (20,30); printf(&#8220;Nilai absisnya \t: %d\n&#8221;,getabsis(P)); //mendapatkan nilai absis P printf(&#8220;Nilai ordinatnyanya \t: %d\n&#8221;,getordinat(P)); // mendapatkan nilai ordinat P setabsis(&#38;P, 32);     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irwin113.wordpress.com&amp;blog=9714513&amp;post=207&amp;subd=irwin113&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://irwin113.wordpress.com/2010/08/31/adtpoint-main-cpp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c951e9b982290680a40a792e56118ea?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">irwin113</media:title>
		</media:content>
	</item>
		<item>
		<title>ADTPOINT.CPP</title>
		<link>http://irwin113.wordpress.com/2010/08/31/adtpoint-cpp/</link>
		<comments>http://irwin113.wordpress.com/2010/08/31/adtpoint-cpp/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 14:08:09 +0000</pubDate>
		<dc:creator>Irwin Caernel</dc:creator>
				<category><![CDATA[Alstrukdat 2010]]></category>

		<guid isPermaLink="false">http://irwin113.wordpress.com/?p=204</guid>
		<description><![CDATA[Ket : Masih akan diupdate #include &#60;stdio.h&#62; #include &#60;math.h&#62; #include &#8220;ADTPOINT.H&#8221; #include &#8220;BOOLEAN.H&#8221; point makepoint(int x,int y) { point temp; // buat variabel point brnama temp temp.x = x; // mengisikan nilai x dan y temp.y = y; return temp; } int getabsis (point p) { return p.x; //mengembalikan nilai x sesuai yang diisikan di [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irwin113.wordpress.com&amp;blog=9714513&amp;post=204&amp;subd=irwin113&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://irwin113.wordpress.com/2010/08/31/adtpoint-cpp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c951e9b982290680a40a792e56118ea?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">irwin113</media:title>
		</media:content>
	</item>
		<item>
		<title>ADTPOINT.H</title>
		<link>http://irwin113.wordpress.com/2010/08/29/adtpoint-h/</link>
		<comments>http://irwin113.wordpress.com/2010/08/29/adtpoint-h/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 15:06:07 +0000</pubDate>
		<dc:creator>Irwin Caernel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://irwin113.wordpress.com/?p=201</guid>
		<description><![CDATA[Wuaah.. akhirnya mulai juga belajar C. Dari &#8216;kepala&#8217; alias header-nya dulu deh. /* file : point.h */ /* ADT point */ #ifndef point_h #define point_h //#include &#8220;boolean.h&#8221; /* definisi ADT point */ typedef struct { int x; /* absis */ int y; /* ordinat */ } point; /* definisi prototipe primitif */ /*** konstruktor membentuk [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irwin113.wordpress.com&amp;blog=9714513&amp;post=201&amp;subd=irwin113&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://irwin113.wordpress.com/2010/08/29/adtpoint-h/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c951e9b982290680a40a792e56118ea?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">irwin113</media:title>
		</media:content>
	</item>
		<item>
		<title>Linked Representation</title>
		<link>http://irwin113.wordpress.com/2010/08/27/linked-representation/</link>
		<comments>http://irwin113.wordpress.com/2010/08/27/linked-representation/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 13:41:32 +0000</pubDate>
		<dc:creator>Irwin Caernel</dc:creator>
				<category><![CDATA[Alstrukdat 2010]]></category>

		<guid isPermaLink="false">http://irwin113.wordpress.com/?p=197</guid>
		<description><![CDATA[Hola ! Kali ini saya pengen share sedikit tentang salah satu matkul paling terkenal di semester 3. Yup, apa lagi kalo bukan  Alstrukdat. Baru hari pertama aja udah dapet quest alias PR. Canggih deh, pokoknya. Hari pertama. Kami dikenalkan apa sih struktur data itu. Intinya, struktur data adalah suatu susunan dari sekumpulan data, yang memiliki [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irwin113.wordpress.com&amp;blog=9714513&amp;post=197&amp;subd=irwin113&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://irwin113.wordpress.com/2010/08/27/linked-representation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c951e9b982290680a40a792e56118ea?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">irwin113</media:title>
		</media:content>
	</item>
		<item>
		<title>Curhatan Anak IF : Macrohard</title>
		<link>http://irwin113.wordpress.com/2010/06/18/curhatan-anak-if-3/</link>
		<comments>http://irwin113.wordpress.com/2010/06/18/curhatan-anak-if-3/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 02:37:55 +0000</pubDate>
		<dc:creator>Irwin Caernel</dc:creator>
				<category><![CDATA[Techno Link for PTI]]></category>

		<guid isPermaLink="false">http://irwin113.wordpress.com/?p=192</guid>
		<description><![CDATA[Hm.. sebenarnya sudah sejak lama aku ingin bikin sebuah game online yang seperti Seal, Perfect World, RF, dll. Bahkan saat SMA dulu aku telah membuat deskripsi dan sedikit detail game nya. Mungkin dari sini aku ingin mulai bercerita&#8230; Tersebutlah sebuah dunia bernama Macrohard. Bayangkan saja sebuah dunia dimana seluruh jenis game dan teknologi yang pernah [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irwin113.wordpress.com&amp;blog=9714513&amp;post=192&amp;subd=irwin113&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://irwin113.wordpress.com/2010/06/18/curhatan-anak-if-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c951e9b982290680a40a792e56118ea?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">irwin113</media:title>
		</media:content>
	</item>
	</channel>
</rss>
