<?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=58&amp;t=12784&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2015-08-29T15:28:40+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=58&amp;t=12784&amp;mode</id>
<entry>
<author><name><![CDATA[Gimbul]]></name></author>
<updated>2015-08-29T15:28:40+01:00</updated>
<published>2015-08-29T15:28:40+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=12784&amp;p=138581#p138581</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=12784&amp;p=138581#p138581"/>
<title type="html"><![CDATA[Re: Operatory jedno- lub dwuargumentowe]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=12784&amp;p=138581#p138581"><![CDATA[
Lepiej się chyba tego nie da wytłumaczyć. <img src="https://forum.atnel.pl/images/smilies/icon_e_wink.gif" alt=";-)" title="Puszcza oko" /><br />Dziękuję. <img src="https://forum.atnel.pl/images/smilies/icon_e_wink.gif" alt=";-)" title="Puszcza oko" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=9559">Gimbul</a> — 29 sie 2015, o 15:28</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[atmel]]></name></author>
<updated>2015-08-29T14:20:24+01:00</updated>
<published>2015-08-29T14:20:24+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=12784&amp;p=138580#p138580</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=12784&amp;p=138580#p138580"/>
<title type="html"><![CDATA[Re: Operatory jedno- lub dwuargumentowe]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=12784&amp;p=138580#p138580"><![CDATA[
Operatory jednoargumentowe (unarne) to takie, które operują na jednym argumencie (wartość wyrażenia jest wyliczana jedynie na podstawie jednego argumentu).<br /><br />Przykłady:<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">!        negacja logiczna<br />~        negacja bitowa<br />++       post/pre inkrementacja<br />--       post/pre dekrementacja<br />-        negacja arytmetyczna<br />+        dodatnia ewaluacja wyrażenia<br />sizeof   wielkość typu<br />(typ)    rzutowanie<br />*        dereferencja<br />&amp;        operator pobrania adresu<br />&#91;&#93;       operator pobrania elementu tablicy</div><br /><br />Istnieje jeszcze jeden operator trójargumentowy &quot;?:&quot;. Można za jego pomocą tworzyć wyrażenia warunkowe:<br />a &gt; b ? a : b;   jeżeli &quot;a &gt; b&quot; wtedy całe wyrażenie zwraca &quot;a&quot;, w przeciwnym razie &quot;b&quot;.<br /><br />Jest jeszcze wieloargumentowy operator wywołania &quot;()&quot;. Wywołuje on funkcję z dowolną ilością argumentów. Przeciążając ten operator w C++ można tworzyć tzw. funktory.<br /><br />Pozostałe operatory są dwuargumentowe.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1183">atmel</a> — 29 sie 2015, o 14:20</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Gimbul]]></name></author>
<updated>2015-08-29T11:43:03+01:00</updated>
<published>2015-08-29T11:43:03+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=12784&amp;p=138570#p138570</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=12784&amp;p=138570#p138570"/>
<title type="html"><![CDATA[Operatory jedno- lub dwuargumentowe]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=12784&amp;p=138570#p138570"><![CDATA[
Witam!<br />W BB w rozdziale o operatorach w języku C natrafiłem na słowa np. &quot;to operatory jednoargumentowe&quot; (pierwsze słowa podrozdziału o inkrementacji i dekrementacji). Co to oznacza? Może, że argument zajmuje dwa bajty w pamięci RAM lub FLASH? Nie wiem. Pomóżcie. <img src="https://forum.atnel.pl/images/smilies/icon_e_wink.gif" alt=";-)" title="Puszcza oko" /> <br /><br />Z góry dziękuję.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=9559">Gimbul</a> — 29 sie 2015, o 11:43</p><hr />
]]></content>
</entry>
</feed>