<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Różności</title>
	<atom:link href="http://cwyn.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cwyn.wordpress.com</link>
	<description>by cwyn</description>
	<lastBuildDate>Sat, 30 Sep 2006 16:04:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='cwyn.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c39da15170a079df6acbe63edc47ed02?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Różności</title>
		<link>http://cwyn.wordpress.com</link>
	</image>
			<item>
		<title>C++ // ktora_wieksza.cpp</title>
		<link>http://cwyn.wordpress.com/2006/09/30/c-ktora_wiekszacpp/</link>
		<comments>http://cwyn.wordpress.com/2006/09/30/c-ktora_wiekszacpp/#comments</comments>
		<pubDate>Sat, 30 Sep 2006 16:04:35 +0000</pubDate>
		<dc:creator>cwyn</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://cwyn.wordpress.com/2006/09/30/c-ktora_wiekszacpp/</guid>
		<description><![CDATA[#include &#60;iostream&#62;
int main()
{
using namespace std;
int a,b;
cout &#60;&#60; &#8220;Podaj dwie liczby: &#8220;;
cin  &#62;&#62; a &#62;&#62; b;
cout &#60;&#60; &#8220;Większa z liczb&#8221; &#60;&#60; a &#60;&#60; &#8220;i&#8221; &#60;&#60; b;
int c = a &#62; b ? a :b;
cout &#60;&#60; &#8221; to &#8221; &#60;&#60; c &#60;&#60; endl;
return 0;
}
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwyn.wordpress.com&blog=79937&post=6&subd=cwyn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>#include &lt;iostream&gt;<br />
int main()<br />
{<br />
using namespace std;<br />
int a,b;<br />
cout &lt;&lt; &#8220;Podaj dwie liczby: &#8220;;<br />
cin  &gt;&gt; a &gt;&gt; b;<br />
cout &lt;&lt; &#8220;Większa z liczb&#8221; &lt;&lt; a &lt;&lt; &#8220;i&#8221; &lt;&lt; b;<br />
int c = a &gt; b ? a :b;<br />
cout &lt;&lt; &#8221; to &#8221; &lt;&lt; c &lt;&lt; endl;<br />
return 0;<br />
}</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cwyn.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cwyn.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cwyn.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cwyn.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cwyn.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cwyn.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cwyn.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cwyn.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cwyn.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cwyn.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cwyn.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cwyn.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwyn.wordpress.com&blog=79937&post=6&subd=cwyn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cwyn.wordpress.com/2006/09/30/c-ktora_wiekszacpp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1def0ecec9b5bbf1df83368f18f1e60f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cwyn</media:title>
		</media:content>
	</item>
		<item>
		<title>TP // tabliczka_mnozenia.pas</title>
		<link>http://cwyn.wordpress.com/2006/03/25/kalendarium/</link>
		<comments>http://cwyn.wordpress.com/2006/03/25/kalendarium/#comments</comments>
		<pubDate>Sat, 25 Mar 2006 16:52:57 +0000</pubDate>
		<dc:creator>cwyn</dc:creator>
				<category><![CDATA[TP]]></category>

		<guid isPermaLink="false">https://cwyn.wordpress.com/2006/03/25/kalendarium/</guid>
		<description><![CDATA[uses crt;
var a:real;
begin
clrscr;
writeln(&#8216;podaj liczbe: &#8216;);
read(a);
if (a=0) then
writeln(a:6:2,&#8217;= 0&#8242;)
else
begin
if (a&#62;0) then
writeln(a:6:2,&#8217; &#62; 0&#8242;)
else
writeln(a:6:2,&#8217; &#60; 0&#8242;)
end;
delay(5000);
end.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwyn.wordpress.com&blog=79937&post=5&subd=cwyn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>uses crt;<br />
var a:real;</p>
<p>begin<br />
clrscr;<br />
writeln(&#8216;podaj liczbe: &#8216;);<br />
read(a);<br />
if (a=0) then<br />
writeln(a:6:2,&#8217;= 0&#8242;)<br />
else<br />
begin<br />
if (a&gt;0) then<br />
writeln(a:6:2,&#8217; &gt; 0&#8242;)<br />
else<br />
writeln(a:6:2,&#8217; &lt; 0&#8242;)<br />
end;<br />
delay(5000);<br />
end.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cwyn.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cwyn.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cwyn.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cwyn.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cwyn.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cwyn.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cwyn.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cwyn.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cwyn.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cwyn.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cwyn.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cwyn.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwyn.wordpress.com&blog=79937&post=5&subd=cwyn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cwyn.wordpress.com/2006/03/25/kalendarium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1def0ecec9b5bbf1df83368f18f1e60f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cwyn</media:title>
		</media:content>
	</item>
		<item>
		<title>TP // mniejsze_wieksze.pas</title>
		<link>http://cwyn.wordpress.com/2006/01/24/hello-world/</link>
		<comments>http://cwyn.wordpress.com/2006/01/24/hello-world/#comments</comments>
		<pubDate>Tue, 24 Jan 2006 11:31:41 +0000</pubDate>
		<dc:creator>cwyn</dc:creator>
				<category><![CDATA[TP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[uses crt;
var a:real;
begin
clrscr;
writeln(&#8216;podaj liczbe: &#8216;);
read(a);
if (a=0) then
writeln(a:6:2,&#8217; = 0&#8242;)
else
begin
if (a&#62;0) then
writeln(a:6:2,&#8217; &#62; 0&#8242;)
else
writeln(a:6:2,&#8217; &#60; 0&#8242;)
end;
delay(5000);
end.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwyn.wordpress.com&blog=79937&post=1&subd=cwyn&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>uses crt;<br />
var a:real;</p>
<p>begin<br />
clrscr;<br />
writeln(&#8216;podaj liczbe: &#8216;);<br />
read(a);<br />
if (a=0) then<br />
writeln(a:6:2,&#8217; = 0&#8242;)<br />
else<br />
begin<br />
if (a&gt;0) then<br />
writeln(a:6:2,&#8217; &gt; 0&#8242;)<br />
else<br />
writeln(a:6:2,&#8217; &lt; 0&#8242;)<br />
end;<br />
delay(5000);<br />
end.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cwyn.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cwyn.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cwyn.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cwyn.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cwyn.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cwyn.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cwyn.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cwyn.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cwyn.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cwyn.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cwyn.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cwyn.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwyn.wordpress.com&blog=79937&post=1&subd=cwyn&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://cwyn.wordpress.com/2006/01/24/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1def0ecec9b5bbf1df83368f18f1e60f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">cwyn</media:title>
		</media:content>
	</item>
	</channel>
</rss>