<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>LPCXpresso IDE中的主题 Re: no unsigned 32 bit numbers?</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/no-unsigned-32-bit-numbers/m-p/544237#M8618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mhjerde on Wed Jul 13 13:18:22 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:53:50 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:53:50Z</dc:date>
    <item>
      <title>no unsigned 32 bit numbers?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/no-unsigned-32-bit-numbers/m-p/544235#M8616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mhjerde on Wed Jul 13 12:50:00 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;uint8_t a;
a = 10 * -1;
printf("%d \n", a);// prints 246

uint16_t b;
b = 10 * -1;
printf("%d \n", b);// prints 65526

uint32_t c;
c = 10 * -1;
printf("%d\n", c);// prints -10&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The above suggests that there is no unsigned 32 bit int available? I'm using the LPC1768. Sorry about the weird example code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:53:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/no-unsigned-32-bit-numbers/m-p/544235#M8616</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: no unsigned 32 bit numbers?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/no-unsigned-32-bit-numbers/m-p/544236#M8617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed Jul 13 12:55:28 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What about %u :eek:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.cplusplus.com/reference/clibrary/cstdio/printf/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:53:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/no-unsigned-32-bit-numbers/m-p/544236#M8617</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: no unsigned 32 bit numbers?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/no-unsigned-32-bit-numbers/m-p/544237#M8618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mhjerde on Wed Jul 13 13:18:22 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:53:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/no-unsigned-32-bit-numbers/m-p/544237#M8618</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:53:50Z</dc:date>
    </item>
  </channel>
</rss>

