<?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>datenkobold.de &#187; CodingStyle</title>
	<atom:link href="http://www.datenkobold.de/weblog/tags/codingstyle/feed" rel="self" type="application/rss+xml" />
	<link>http://www.datenkobold.de/weblog</link>
	<description>das Weblog von Steffen Bauch</description>
	<lastBuildDate>Fri, 09 Dec 2011 21:58:05 +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>Unmaintainable Code</title>
		<link>http://www.datenkobold.de/weblog/2005/12/unmaintainable-code</link>
		<comments>http://www.datenkobold.de/weblog/2005/12/unmaintainable-code#comments</comments>
		<pubDate>Sat, 03 Dec 2005 10:56:50 +0000</pubDate>
		<dc:creator>aquo</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[CodingStyle]]></category>

		<guid isPermaLink="false">http://www.datenkobold.de/weblog/?p=276</guid>
		<description><![CDATA[#include &#60;stdio.h&#62; float o=0.075,h=1.5,T,r,O,l,I;int _,L=80,s=3200;main&#40;&#41;&#123;for&#40;;s%L&#124;&#124; &#40;h-=o,T= -2&#41;,s;4 -&#40;r=O*O&#41;&#60;&#40;l=I*I&#41;&#124;++_==L&#38;&#38;write&#40;1,&#40;--s%L?_&#60;L?--_ %6:6:7&#41;+&#34;123456 \n&#34;,1&#41;&#38;&#38;&#40;O=I=l=_=r=0,T+=o/2&#41;&#41;O=I*2*O+h,I=l+T-r;&#125; Wem so etwas Spa&#223; macht, sollte einfach mal das Unmaintainable Code Howto von Roedy Green anschauen. &#196;hnliche Artikel:Arithmetik ohne Begrenzungen Statische Codeanalyse mit Uno The Code Linux


<strong>Ähnliche Artikel:</strong><ol><li><a href='http://www.datenkobold.de/weblog/2007/01/arithmetik-ohne-begrenzungen' rel='bookmark' title='Arithmetik ohne Begrenzungen'>Arithmetik ohne Begrenzungen</a></li>
<li><a href='http://www.datenkobold.de/weblog/2006/12/statische-codeanalyse-mit-uno' rel='bookmark' title='Statische Codeanalyse mit Uno'>Statische Codeanalyse mit Uno</a></li>
<li><a href='http://www.datenkobold.de/weblog/2007/03/the-code-linux' rel='bookmark' title='The Code Linux'>The Code Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;"><span style="color: #339933;">#include &lt;stdio.h&gt;</span>
<span style="color: #993333;">float</span> o<span style="color: #339933;">=</span><span style="color:#800080;">0.075</span><span style="color: #339933;">,</span>h<span style="color: #339933;">=</span><span style="color:#800080;">1.5</span><span style="color: #339933;">,</span>T<span style="color: #339933;">,</span>r<span style="color: #339933;">,</span>O<span style="color: #339933;">,</span>l<span style="color: #339933;">,</span>I<span style="color: #339933;">;</span>int _<span style="color: #339933;">,</span>L<span style="color: #339933;">=</span><span style="color: #0000dd;">80</span><span style="color: #339933;">,</span>s<span style="color: #339933;">=</span><span style="color: #0000dd;">3200</span><span style="color: #339933;">;</span>main<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">%</span>L<span style="color: #339933;">||</span>
<span style="color: #009900;">&#40;</span>h<span style="color: #339933;">-=</span>o<span style="color: #339933;">,</span>T<span style="color: #339933;">=</span> <span style="color: #339933;">-</span><span style="color: #0000dd;">2</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>s<span style="color: #339933;">;</span><span style="color: #0000dd;">4</span> <span style="color: #339933;">-</span><span style="color: #009900;">&#40;</span>r<span style="color: #339933;">=</span>O<span style="color: #339933;">*</span>O<span style="color: #009900;">&#41;</span><span style="color: #339933;">&lt;</span><span style="color: #009900;">&#40;</span>l<span style="color: #339933;">=</span>I<span style="color: #339933;">*</span>I<span style="color: #009900;">&#41;</span><span style="color: #339933;">|++</span>_<span style="color: #339933;">==</span>L<span style="color: #339933;">&amp;&amp;</span>write<span style="color: #009900;">&#40;</span><span style="color: #0000dd;">1</span><span style="color: #339933;">,</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">--</span>s<span style="color: #339933;">%</span>L<span style="color: #339933;">?</span>_<span style="color: #339933;">&lt;</span>L<span style="color: #339933;">?--</span>_
<span style="color: #339933;">%</span><span style="color:#800080;">6</span><span style="color: #339933;">:</span><span style="color: #0000dd;">6</span><span style="color: #339933;">:</span><span style="color: #0000dd;">7</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">+</span><span style="color: #ff0000;">&quot;123456 <span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">,</span><span style="color: #0000dd;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">&amp;&amp;</span><span style="color: #009900;">&#40;</span>O<span style="color: #339933;">=</span>I<span style="color: #339933;">=</span>l<span style="color: #339933;">=</span>_<span style="color: #339933;">=</span>r<span style="color: #339933;">=</span><span style="color: #0000dd;">0</span><span style="color: #339933;">,</span>T<span style="color: #339933;">+=</span>o<span style="color: #339933;">/</span><span style="color: #0000dd;">2</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>O<span style="color: #339933;">=</span>I<span style="color: #339933;">*</span><span style="color: #0000dd;">2</span><span style="color: #339933;">*</span>O<span style="color: #339933;">+</span>h<span style="color: #339933;">,</span>I<span style="color: #339933;">=</span>l<span style="color: #339933;">+</span>T<span style="color: #339933;">-</span>r<span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span></pre></div></div>

<p>Wem so etwas Spa&#223; macht, sollte einfach mal das <a href="http://mindprod.com/jgloss/unmain.html">Unmaintainable Code Howto von Roedy Green</a> anschauen.</p>


<p><strong>Ähnliche Artikel:</strong><ol><li><a href='http://www.datenkobold.de/weblog/2007/01/arithmetik-ohne-begrenzungen' rel='bookmark' title='Arithmetik ohne Begrenzungen'>Arithmetik ohne Begrenzungen</a></li>
<li><a href='http://www.datenkobold.de/weblog/2006/12/statische-codeanalyse-mit-uno' rel='bookmark' title='Statische Codeanalyse mit Uno'>Statische Codeanalyse mit Uno</a></li>
<li><a href='http://www.datenkobold.de/weblog/2007/03/the-code-linux' rel='bookmark' title='The Code Linux'>The Code Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.datenkobold.de/weblog/2005/12/unmaintainable-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

