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

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2021-02-05T19:32:14+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=4&amp;t=23592&amp;mode</id>
<entry>
<author><name><![CDATA[fofex]]></name></author>
<updated>2021-02-05T19:32:14+01:00</updated>
<published>2021-02-05T19:32:14+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=23592&amp;p=230957#p230957</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=23592&amp;p=230957#p230957"/>
<title type="html"><![CDATA[Re: Pomysł na zamiane  znaku ascii na  liczbe]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=23592&amp;p=230957#p230957"><![CDATA[
[syntax=c]uint8_t ascii_to_int(char znak){<br />    return (uint8_t)(znak - '0');<br />}[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=21072">fofex</a> — 5 lut 2021, o 19:32</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Wyrzutek]]></name></author>
<updated>2021-02-05T18:50:38+01:00</updated>
<published>2021-02-05T18:50:38+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=23592&amp;p=230955#p230955</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=23592&amp;p=230955#p230955"/>
<title type="html"><![CDATA[Re: Pomysł na zamiane  znaku ascii na  liczbe]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=23592&amp;p=230955#p230955"><![CDATA[
Funkcja atoi()<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=17188">Wyrzutek</a> — 5 lut 2021, o 18:50</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Zakhapiell]]></name></author>
<updated>2021-02-05T18:39:31+01:00</updated>
<published>2021-02-05T18:39:31+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=23592&amp;p=230953#p230953</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=23592&amp;p=230953#p230953"/>
<title type="html"><![CDATA[Pomysł na zamiane  znaku ascii na  liczbe]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=23592&amp;p=230953#p230953"><![CDATA[
Znacie jakieś sposób zamiany znaku ascii na Liczbę. Ja sobie wymyśliłem funkcje  taką bo potrzebuje tylko liczby ale jak ktoś zna lepszy pomysł to byłbym wdzięczny za pomoc.<br />[syntax=c]uint8_t ascii_to_int(char znak){<br />switch(znak){<br />case '1':<br />return 1;<br /><br />case '2':<br />return 2;<br /><br />case '3':<br />return 3;<br /><br />case '4':<br />return 4;<br /><br /><br />case '5':<br />return 5;<br /><br />case '6':<br />return 6;<br /><br />case '7':<br />return 7;<br /><br />case '8':<br />return 8;<br /><br />case '9':<br />return 9;<br /><br />case '0':<br />return 0;<br />}<br /><br /><br /><br />}[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=21621">Zakhapiell</a> — 5 lut 2021, o 18:39</p><hr />
]]></content>
</entry>
</feed>