<?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>Taner Şenyurt &#187; Programming</title>
	<atom:link href="http://www.tsenyurt.com/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tsenyurt.com</link>
	<description>Kişisel gelişim sitesi…</description>
	<lastBuildDate>Wed, 12 Aug 2009 17:28:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Polymorphism (Overloading)</title>
		<link>http://www.tsenyurt.com/2009/05/19/polymorphism-overloading/</link>
		<comments>http://www.tsenyurt.com/2009/05/19/polymorphism-overloading/#comments</comments>
		<pubDate>Mon, 18 May 2009 23:04:35 +0000</pubDate>
		<dc:creator>Taner Şenyurt</dc:creator>
				<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[overloading]]></category>
		<category><![CDATA[polymorphism]]></category>

		<guid isPermaLink="false">http://www.tsenyurt.com/?p=130</guid>
		<description><![CDATA[Polymorphism { Overloading } means  simply, same methods makes different jobs in different objects.Like how ?
Let&#8217;s say we are writing java code and we are using JCheckBox ,JTextField and JButton components.When we try to use setText method for all of them the response suppose to be same,but  checkbox writes the text near to [...]]]></description>
		<wfw:commentRss>http://www.tsenyurt.com/2009/05/19/polymorphism-overloading/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Difference between C++ Class and C struct</title>
		<link>http://www.tsenyurt.com/2009/05/14/c-class-structure-and-object-orientation-1/</link>
		<comments>http://www.tsenyurt.com/2009/05/14/c-class-structure-and-object-orientation-1/#comments</comments>
		<pubDate>Thu, 14 May 2009 00:51:38 +0000</pubDate>
		<dc:creator>Taner Şenyurt</dc:creator>
				<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[c class]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[cpp class]]></category>
		<category><![CDATA[data hiding]]></category>
		<category><![CDATA[inheritance]]></category>
		<category><![CDATA[instance]]></category>
		<category><![CDATA[polymorphism]]></category>
		<category><![CDATA[struct]]></category>

		<guid isPermaLink="false">http://www.tsenyurt.com/?p=119</guid>
		<description><![CDATA[C struct and C++ class structure is similar but by the default they have a difference in data hiding.
In struct doesn&#8217;t provide data hiding by default but class provides data hiding by default.
And the other difference is, class provides us to polymorphism and inheritance features.
We said class structure data hiding is coming default but what [...]]]></description>
		<wfw:commentRss>http://www.tsenyurt.com/2009/05/14/c-class-structure-and-object-orientation-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gcc 4.3 and Header issues</title>
		<link>http://www.tsenyurt.com/2009/05/13/gcc-43-and-header-issues/</link>
		<comments>http://www.tsenyurt.com/2009/05/13/gcc-43-and-header-issues/#comments</comments>
		<pubDate>Wed, 13 May 2009 11:50:00 +0000</pubDate>
		<dc:creator>Taner Şenyurt</dc:creator>
				<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[g++]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[gcc ıssues]]></category>
		<category><![CDATA[missing headers]]></category>
		<category><![CDATA[porting to gcc 4.3]]></category>
		<category><![CDATA[strcmp()]]></category>
		<category><![CDATA[strstr()]]></category>

		<guid isPermaLink="false">http://www.tsenyurt.com/?p=105</guid>
		<description><![CDATA[I&#8217;m using gcc 4.3.3 version and nowadays i&#8217;m trying to write hybrid file transfer system with c++ on Linux.The problem is i used to use some function in c or c++ like strcmp() with including string library but now when i try to compile I&#8217;m getting some error like
error: ‘strcmp’ was not declared in this [...]]]></description>
		<wfw:commentRss>http://www.tsenyurt.com/2009/05/13/gcc-43-and-header-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ruby&#8217;de Sayiyi Yaziya Ceviren Program</title>
		<link>http://www.tsenyurt.com/2009/03/31/rubyde-sayiyi-yaziya-ceviren-program/</link>
		<comments>http://www.tsenyurt.com/2009/03/31/rubyde-sayiyi-yaziya-ceviren-program/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 21:28:36 +0000</pubDate>
		<dc:creator>Taner Şenyurt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[glade]]></category>
		<category><![CDATA[okunus]]></category>
		<category><![CDATA[ruby language]]></category>
		<category><![CDATA[sayi]]></category>
		<category><![CDATA[sayiyi yaziya ceviren program]]></category>
		<category><![CDATA[turkce sayi okuma]]></category>

		<guid isPermaLink="false">http://www.tsenyurt.com/?p=72</guid>
		<description><![CDATA[Ruby ile yapilmis sadece algoritma gelistirmeye yonelik bir calisma .Konsol programi olmakla beraber eger istenirse glade ile arayuz yapilip ve ya bir kac degisiklik yapilarak eklenti haline getirilebilir.Ornegin doviz birolari icin verilen paranin miktarini gonderip turkce okunus karsiligini geri gonderen bir fonksiyona donusturulebilir.Herneyse olayin genel mantigini anlatmak gerekirse eger turkce sayilarin okunusuna dikkat ederseniz,ilk uc [...]]]></description>
		<wfw:commentRss>http://www.tsenyurt.com/2009/03/31/rubyde-sayiyi-yaziya-ceviren-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Volume Wheel Problem [ Fix ]</title>
		<link>http://www.tsenyurt.com/2009/03/29/ubuntu-volume-wheel-problem-fix/</link>
		<comments>http://www.tsenyurt.com/2009/03/29/ubuntu-volume-wheel-problem-fix/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 14:27:00 +0000</pubDate>
		<dc:creator>Taner Şenyurt</dc:creator>
				<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[endev]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[keyboard and volume wheel]]></category>
		<category><![CDATA[taner senyurt]]></category>
		<category><![CDATA[turshu]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 9.04]]></category>
		<category><![CDATA[volume wheel]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.tsenyurt.com/?p=56</guid>
		<description><![CDATA[I have a toshiba u305-s5077 laptop.It had a problem with volume wheel like when i tried to use volume wheel it makes the volume iteratively maximize or minimize(And it has no end).While it is happening i cant write anything or i cant click something.That&#8217;s why i had to restart X screen with CTRL+ALT+BACKSPACE.
I search the [...]]]></description>
		<wfw:commentRss>http://www.tsenyurt.com/2009/03/29/ubuntu-volume-wheel-problem-fix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
