<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl-pl">
<link rel="self" type="application/atom+xml" href="https://forum.atnel.pl/feed.php?f=4&amp;t=9005&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2014-10-29T09:12:35+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=4&amp;t=9005&amp;mode</id>
<entry>
<author><name><![CDATA[TomTea]]></name></author>
<updated>2014-10-29T09:12:35+01:00</updated>
<published>2014-10-29T09:12:35+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101352#p101352</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101352#p101352"/>
<title type="html"><![CDATA[Re: inkrementacja]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101352#p101352"><![CDATA[
Chyba że bardzo nam zależy na b = (a = a +1 ) to można to zapisać jako b = (++a) , wtedy następuje preinkrementacja zamiast postinkrementacja , skutkiem czego a zostanie zwiększone przed operacją przypisania a nie po <img src="https://forum.atnel.pl/images/smilies/icon_e_smile.gif" alt=":)" title="Szczęśliwy" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1309">TomTea</a> — 29 paź 2014, o 09:12</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[doman89]]></name></author>
<updated>2014-10-28T23:57:26+01:00</updated>
<published>2014-10-28T23:57:26+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101330#p101330</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101330#p101330"/>
<title type="html"><![CDATA[Re: inkrementacja]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101330#p101330"><![CDATA[
<div class="quotetitle">PROTON napisał(a):</div><div class="quotecontent"><br />[syntax=c]a += b     to samo co     a = a + b[/syntax]<br /><br />[syntax=c]b = a++     to samo co     b = a + 1[/syntax]<br /></div><br /><br />Co do drugiego to śmiem pod warzyć <img src="https://forum.atnel.pl/images/smilies/icon_e_wink.gif" alt=";)" title="Puszcza oko" /><br /><br />[syntax=c]b = a++     to samo co     b = (a = a + 1) z tym że a zwiększy się przy kolejnym wykorzystaniu[/syntax]<br /><br /><span style="color: #0000FF">z Niebieskim pozdRowieniem,<br />Doman89<br /></span><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=3271">doman89</a> — 28 paź 2014, o 23:57</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[doman]]></name></author>
<updated>2014-10-28T23:53:59+01:00</updated>
<published>2014-10-28T23:53:59+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101329#p101329</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101329#p101329"/>
<title type="html"><![CDATA[Re: inkrementacja]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101329#p101329"><![CDATA[
Dzieki, wlasnie znalazlem to w bb <img src="https://forum.atnel.pl/images/smilies/icon_e_smile.gif" alt=":)" title="Szczęśliwy" /> takie chyba zacmienie przed polnoca <img src="https://forum.atnel.pl/images/smilies/icon_e_biggrin.gif" alt=":D" title="Bardzo szczęśliwy" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=5642">doman</a> — 28 paź 2014, o 23:53</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PROTON]]></name></author>
<updated>2014-10-28T23:38:41+01:00</updated>
<published>2014-10-28T23:38:41+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101326#p101326</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101326#p101326"/>
<title type="html"><![CDATA[Re: inkrementacja]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101326#p101326"><![CDATA[
[syntax=c]a += b     to samo co     a = a + b[/syntax]<br /><br />[syntax=c]b = a++     to samo co     b = a + 1[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1315">PROTON</a> — 28 paź 2014, o 23:38</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[doman]]></name></author>
<updated>2014-10-28T23:33:40+01:00</updated>
<published>2014-10-28T23:33:40+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101324#p101324</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101324#p101324"/>
<title type="html"><![CDATA[inkrementacja]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=9005&amp;p=101324#p101324"><![CDATA[
<img src="https://forum.atnel.pl/images/smilies/icon_redface.gif" alt=":oops:" title="Zawstydzony" /> <br /><br />Jak odczytac:<br /><br />[syntax=c]a+=b[/syntax]<br />Czy to to samo co:<br />[syntax=c]b=a++[/syntax]<br />Wiem ze<br />[syntax=c]a=b[/syntax]<br />Zmiennej a przypisana jest wartosc b<br />[syntax=c]a+= //to samo co <br />a=a++[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=5642">doman</a> — 28 paź 2014, o 23:33</p><hr />
]]></content>
</entry>
</feed>