<?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>Dünyada 10 çeşit insan vardır, binary bilenler ve bilmeyenler</title>
	<atom:link href="http://erturkdiriksoy.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://erturkdiriksoy.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 30 Jun 2008 15:33:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='erturkdiriksoy.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dünyada 10 çeşit insan vardır, binary bilenler ve bilmeyenler</title>
		<link>http://erturkdiriksoy.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://erturkdiriksoy.wordpress.com/osd.xml" title="Dünyada 10 çeşit insan vardır, binary bilenler ve bilmeyenler" />
	<atom:link rel='hub' href='http://erturkdiriksoy.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Filtered Indexes on Oracle</title>
		<link>http://erturkdiriksoy.wordpress.com/2008/06/30/filtered-indexes-on-oracle/</link>
		<comments>http://erturkdiriksoy.wordpress.com/2008/06/30/filtered-indexes-on-oracle/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 09:29:27 +0000</pubDate>
		<dc:creator>erturkdiriksoy</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[filtered index]]></category>

		<guid isPermaLink="false">http://erturkdiriksoy.wordpress.com/?p=17</guid>
		<description><![CDATA[Today i was reading http://tonguc.wordpress.com/2008/06/26/oracle-vs-sql-server-a-never-ending-story/ Tonguç&#8217;s blog, I really liked MS&#8217;s filtered index idea. It could be possible to use it in oracle with a workaround. -- clean drop table t_fact; drop function filter_tfact_ntype; -- create a dummy table, ntype column is our guy create table t_fact (nid primary key, vfiller, ntype) nologging as select [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erturkdiriksoy.wordpress.com&amp;blog=661405&amp;post=17&amp;subd=erturkdiriksoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://erturkdiriksoy.wordpress.com/2008/06/30/filtered-indexes-on-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdc2a1e7a0ffb9a1f21cd3e00345392?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">erturkdiriksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Selecting Kth</title>
		<link>http://erturkdiriksoy.wordpress.com/2008/05/27/selecting-kth/</link>
		<comments>http://erturkdiriksoy.wordpress.com/2008/05/27/selecting-kth/#comments</comments>
		<pubDate>Tue, 27 May 2008 13:03:14 +0000</pubDate>
		<dc:creator>erturkdiriksoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Nth]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[sorting]]></category>

		<guid isPermaLink="false">http://erturkdiriksoy.wordpress.com/?p=16</guid>
		<description><![CDATA[Not an oracle related post. Life is stange, full of unexpectable scenerios. I think it wont be easy to make posts about oracle from now on. The below code is an algorithim comparision for finding th Nth element of a given list. I found four algorithims for this problem. First is sorting the first N [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erturkdiriksoy.wordpress.com&amp;blog=661405&amp;post=16&amp;subd=erturkdiriksoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://erturkdiriksoy.wordpress.com/2008/05/27/selecting-kth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdc2a1e7a0ffb9a1f21cd3e00345392?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">erturkdiriksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>A quick overview of diff_table*</title>
		<link>http://erturkdiriksoy.wordpress.com/2008/03/07/a-quick-overview-of-diff_table/</link>
		<comments>http://erturkdiriksoy.wordpress.com/2008/03/07/a-quick-overview-of-diff_table/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 14:56:24 +0000</pubDate>
		<dc:creator>erturkdiriksoy</dc:creator>
				<category><![CDATA[cost based optimizer]]></category>
		<category><![CDATA[diff_table*]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://erturkdiriksoy.wordpress.com/?p=15</guid>
		<description><![CDATA[10.2.0.4 came with some 11g features, an extended dbms_stats package. I had made some basic demonstraions below. begin dbms_stats.delete_table_stats(ownname =&#62; user, tabname =&#62; 'T2'); commit; end; / select 'Stats history available from date '&#124;&#124; to_char(DBMS_STATS.GET_STATS_HISTORY_AVAILABILITY,'dd/mm/yy')&#124;&#124; ' with '&#124;&#124;DBMS_STATS.GET_STATS_HISTORY_RETENTION&#124;&#124;' days retention' from dual; -- test table drop table t2 purge; create table t2 nologging as select [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erturkdiriksoy.wordpress.com&amp;blog=661405&amp;post=15&amp;subd=erturkdiriksoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://erturkdiriksoy.wordpress.com/2008/03/07/a-quick-overview-of-diff_table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdc2a1e7a0ffb9a1f21cd3e00345392?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">erturkdiriksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Parallelism Partitioning CBO issue</title>
		<link>http://erturkdiriksoy.wordpress.com/2008/02/22/parallelism-partitioning-cbo-issue/</link>
		<comments>http://erturkdiriksoy.wordpress.com/2008/02/22/parallelism-partitioning-cbo-issue/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 14:15:36 +0000</pubDate>
		<dc:creator>erturkdiriksoy</dc:creator>
				<category><![CDATA[cost based optimizer]]></category>
		<category><![CDATA[cbo]]></category>
		<category><![CDATA[parallelism]]></category>
		<category><![CDATA[partitioning]]></category>

		<guid isPermaLink="false">http://erturkdiriksoy.wordpress.com/?p=14</guid>
		<description><![CDATA[Parallelism and partitioning are two excellent features of Oracle. What is the relation between CBO and these two guys? Well I catch some issues. First of all lets create a table with range partitioning: SQL&#62; select version from v$instance; VERSION ----------------- 10.2.0.1.0 CREATE TABLE part_table PARTITION BY RANGE (c1)( PARTITION p1 VALUES LESS THAN (100000), [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erturkdiriksoy.wordpress.com&amp;blog=661405&amp;post=14&amp;subd=erturkdiriksoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://erturkdiriksoy.wordpress.com/2008/02/22/parallelism-partitioning-cbo-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdc2a1e7a0ffb9a1f21cd3e00345392?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">erturkdiriksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>After another workshop of OracleTurk</title>
		<link>http://erturkdiriksoy.wordpress.com/2008/02/10/after-another-workshop-of-oracleturk/</link>
		<comments>http://erturkdiriksoy.wordpress.com/2008/02/10/after-another-workshop-of-oracleturk/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 20:15:14 +0000</pubDate>
		<dc:creator>erturkdiriksoy</dc:creator>
				<category><![CDATA[cost based optimizer]]></category>
		<category><![CDATA[constraints]]></category>
		<category><![CDATA[dependent columns]]></category>
		<category><![CDATA[selectivity]]></category>

		<guid isPermaLink="false">http://erturkdiriksoy.wordpress.com/?p=13</guid>
		<description><![CDATA[I had my 2 presentation this weekend. It was a fantastic book of Lewis, CBO optimizer. I had met possible future interns of Turkcell. After nearly 10 session they got really confused . During my first session, &#8220;Selectivity issues&#8221;, I showed my own examples. Since the topic is issues, we really dealt with lots of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erturkdiriksoy.wordpress.com&amp;blog=661405&amp;post=13&amp;subd=erturkdiriksoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://erturkdiriksoy.wordpress.com/2008/02/10/after-another-workshop-of-oracleturk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdc2a1e7a0ffb9a1f21cd3e00345392?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">erturkdiriksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Nested Loop / Hash / Merge over Event 10053 trace file</title>
		<link>http://erturkdiriksoy.wordpress.com/2008/01/31/nested-loop-hash-merge-over-event-10053-trace-file/</link>
		<comments>http://erturkdiriksoy.wordpress.com/2008/01/31/nested-loop-hash-merge-over-event-10053-trace-file/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 19:06:39 +0000</pubDate>
		<dc:creator>erturkdiriksoy</dc:creator>
				<category><![CDATA[cost based optimizer]]></category>
		<category><![CDATA[10053]]></category>
		<category><![CDATA[cbo]]></category>
		<category><![CDATA[Hash]]></category>
		<category><![CDATA[Merge]]></category>
		<category><![CDATA[Nested Loop]]></category>

		<guid isPermaLink="false">http://erturkdiriksoy.wordpress.com/?p=12</guid>
		<description><![CDATA[One of my colleague asked me about how he can write better SQL. Despite he is a java developer, I appreciate his will to understand database. When I said, &#8220;I really can not teach you this in ten minutes&#8221;, he lost his will. Any way, Lets talk about 10053 trace file. Oracle dumbs its execution [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erturkdiriksoy.wordpress.com&amp;blog=661405&amp;post=12&amp;subd=erturkdiriksoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://erturkdiriksoy.wordpress.com/2008/01/31/nested-loop-hash-merge-over-event-10053-trace-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdc2a1e7a0ffb9a1f21cd3e00345392?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">erturkdiriksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Latch-Lock Bölüm I</title>
		<link>http://erturkdiriksoy.wordpress.com/2007/04/22/latch-lock-bolum-i/</link>
		<comments>http://erturkdiriksoy.wordpress.com/2007/04/22/latch-lock-bolum-i/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 22:15:19 +0000</pubDate>
		<dc:creator>erturkdiriksoy</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://erturkdiriksoy.wordpress.com/2007/04/22/latch-lock-bolum-i/</guid>
		<description><![CDATA[Eşzamanlılık söz konusu olunca, kaynaklara erişim yöntemleri bazı kısıtlar ile denetlenmelidir. Neden denetlenmelidir? Şöyle izâh edelim: Varsayalım ki elimizde bir simgesel mikroişlemci dili var. Komutları: YÜK : bir bellek adresinden mikroişlemcinin bir saklayıcısına (register) değer atar. YAZ : mikroişlemcinin bir saklayıcısından bir bellek adresine değer atar. ART : Saklayıcının değerini 1 arttırır. Elimizdeki yazılım şu [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erturkdiriksoy.wordpress.com&amp;blog=661405&amp;post=11&amp;subd=erturkdiriksoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://erturkdiriksoy.wordpress.com/2007/04/22/latch-lock-bolum-i/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdc2a1e7a0ffb9a1f21cd3e00345392?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">erturkdiriksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Optimistic or Pessimistic</title>
		<link>http://erturkdiriksoy.wordpress.com/2007/04/16/optimistic-or-pessimistic/</link>
		<comments>http://erturkdiriksoy.wordpress.com/2007/04/16/optimistic-or-pessimistic/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 15:32:14 +0000</pubDate>
		<dc:creator>erturkdiriksoy</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://erturkdiriksoy.wordpress.com/2007/04/16/optimistic-or-pessimistic/</guid>
		<description><![CDATA[Concurrency comes with overhead of locking problem. Oracle uses pessimistic locking on default. SELECT * FOR UPDATE locks related rows for possible writes, because SELECT * FOR UPDATE means "I will write to these rows, do not touch them". OK, here comes question, why a writer do really block other writes? Because a writer altering [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erturkdiriksoy.wordpress.com&amp;blog=661405&amp;post=10&amp;subd=erturkdiriksoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://erturkdiriksoy.wordpress.com/2007/04/16/optimistic-or-pessimistic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdc2a1e7a0ffb9a1f21cd3e00345392?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">erturkdiriksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>A formatter for WordPress ver1</title>
		<link>http://erturkdiriksoy.wordpress.com/2007/01/16/a-formatter-for-wordpress-ver1/</link>
		<comments>http://erturkdiriksoy.wordpress.com/2007/01/16/a-formatter-for-wordpress-ver1/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 18:40:03 +0000</pubDate>
		<dc:creator>erturkdiriksoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://erturkdiriksoy.wordpress.com/2007/01/16/a-formatter-for-wordpress-ver1/</guid>
		<description><![CDATA[It is very hard for me to publish code in my blog. unidentification, lock of colors etc.. http://rapidshare.com/files/12000281/codeFormatter.zip.html This is a simple program that formates your files to publish on wordpress. usage is: ert@SEMERKAND:~/jdevhome/mywork/codeFormatter/Client/classes/client$ java -classpath .. client.Main in.tex out.tex 4 java.lang.Exception: no valid #CODE# found at client.BlockHandler.process(BlockHandler.java:79) at client.Main.main(Main.java:57) yes as default it gives [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erturkdiriksoy.wordpress.com&amp;blog=661405&amp;post=9&amp;subd=erturkdiriksoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://erturkdiriksoy.wordpress.com/2007/01/16/a-formatter-for-wordpress-ver1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdc2a1e7a0ffb9a1f21cd3e00345392?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">erturkdiriksoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Pragma pack over structures.</title>
		<link>http://erturkdiriksoy.wordpress.com/2007/01/15/pragma-pack-over-structures/</link>
		<comments>http://erturkdiriksoy.wordpress.com/2007/01/15/pragma-pack-over-structures/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 23:10:26 +0000</pubDate>
		<dc:creator>erturkdiriksoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://erturkdiriksoy.wordpress.com/2007/01/15/pragma-pack-over-structures/</guid>
		<description><![CDATA[I have been working on my friends post here is my test case: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; ert@SEMERKAND:~$&#160;cat&#160;dnm.cpp #include&#160;&#60;iostream&#62; union&#160;manken_u&#160;{ &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;char&#160;&#160;&#160;&#160;ch; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;int&#160;&#160;&#160;&#160;&#160;integer; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;double&#160;&#160;db; }; #pragma&#160;pack(2) struct&#160;manken_s_p&#160;{ &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;char&#160;&#160;&#160;&#160;ch; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;int&#160;&#160;&#160;&#160;&#160;integer; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;double&#160;&#160;db; }; #pragma&#160;pack() struct&#160;manken_s&#160;{ &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;char&#160;&#160;&#160;&#160;ch; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;int&#160;&#160;&#160;&#160;&#160;integer; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;double&#160;&#160;db; }; #define&#160;sub(x,y)&#160;(int)(x)-(int)(y) int&#160;main() { &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;std::cout &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;&#60;&#160;&#8221;size&#160;of&#160;union:&#160;&#8221;&#160;&#60;&#60;&#160;sizeof(union&#160;manken_u)&#160;&#60;&#60;&#160;std::endl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;&#60;&#160;&#8221;size&#160;of&#160;struct:&#160;&#8221;&#160;&#60;&#60;&#160;sizeof(struct&#160;manken_s)&#160;&#60;&#60;&#160;std::endl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;&#60;&#160;&#8221;size&#160;of&#160;packed&#160;struct:&#160;&#8221;&#160;&#60;&#60;&#160;sizeof(struct&#160;manken_s_p)&#160;&#60;&#60;&#160;std::endl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;&#60;&#160;&#8221;size&#160;of&#160;char+int+double:&#160;&#8221;&#160;&#60;&#60;&#160;sizeof(char)+sizeof(int)+sizeof(double)&#160;&#60;&#60;&#160;std::endl; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;manken_s&#160;my_struct; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;char*&#160;base&#160;=&#160;&#38;my_struct.ch; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;std::cout &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;&#60;&#160;&#8221;offset&#160;of&#160;char&#160;&#8221;&#160;&#60;&#60;&#160;sub(base,&#38;my_struct.ch)&#160;&#60;&#60;&#160;std::endl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;&#60;&#160;&#8221;offset&#160;of&#160;int&#160;&#8221;&#160;&#60;&#60;&#160;sub(base,&#38;my_struct.integer)&#160;&#60;&#60;&#160;std::endl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;&#60;&#160;&#8221;offset&#160;of&#160;db&#160;&#8221;&#160;&#60;&#60;&#160;sub(base,&#38;my_struct.db)&#160;&#60;&#60;&#160;std::endl; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;std::cout&#160;&#60;&#60;&#160;&#8221;&#160;pack&#160;is&#160;2&#160;&#8221;&#160;&#60;&#60;&#160;std::endl; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;manken_s_p&#160;my_struct_p; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;base&#160;=&#160;&#38;my_struct_p.ch; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;std::cout &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;&#60;&#160;&#8221;offset&#160;of&#160;char&#160;&#8221;&#160;&#60;&#60;&#160;sub(base,&#38;my_struct_p.ch)&#160;&#60;&#60;&#160;std::endl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;&#60;&#160;&#8221;offset&#160;of&#160;int&#160;&#8221;&#160;&#60;&#60;&#160;sub(base,&#38;my_struct_p.integer)&#160;&#60;&#60;&#160;std::endl &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;&#60;&#160;&#8221;offset&#160;of&#160;db&#160;&#8221;&#160;&#60;&#60;&#160;sub(base,&#38;my_struct_p.db)&#160;&#60;&#60;&#160;std::endl; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return&#160;0; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=erturkdiriksoy.wordpress.com&amp;blog=661405&amp;post=8&amp;subd=erturkdiriksoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://erturkdiriksoy.wordpress.com/2007/01/15/pragma-pack-over-structures/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdc2a1e7a0ffb9a1f21cd3e00345392?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">erturkdiriksoy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
