<?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>topic MCUXPRESSO C++ Project Using std Namespace in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXPRESSO-C-Project-Using-std-Namespace/m-p/779525#M2535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With MCUXPRESSO create a C++ project with access to the 'std' name space&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've followed the&amp;nbsp;'File -&amp;gt; New -&amp;gt; Project' wizard, accepted all defaults, and&amp;nbsp;created a C++ project with MCUXPRESSO version&amp;nbsp;mcuxpressoide-10.1.1_606 named 'LPC54608J512_Project'.&amp;nbsp; The project generated compiles, and links without error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then replace the blank line 44 with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;std::size_t haha = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and compiling fails with the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;../source/LPC54608J512_Project.cpp:44:6: error: 'size_t' in namespace 'std' does not name a type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2018 19:19:37 GMT</pubDate>
    <dc:creator>pwhittin</dc:creator>
    <dc:date>2018-01-10T19:19:37Z</dc:date>
    <item>
      <title>MCUXPRESSO C++ Project Using std Namespace</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXPRESSO-C-Project-Using-std-Namespace/m-p/779525#M2535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With MCUXPRESSO create a C++ project with access to the 'std' name space&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've followed the&amp;nbsp;'File -&amp;gt; New -&amp;gt; Project' wizard, accepted all defaults, and&amp;nbsp;created a C++ project with MCUXPRESSO version&amp;nbsp;mcuxpressoide-10.1.1_606 named 'LPC54608J512_Project'.&amp;nbsp; The project generated compiles, and links without error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then replace the blank line 44 with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;std::size_t haha = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and compiling fails with the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;../source/LPC54608J512_Project.cpp:44:6: error: 'size_t' in namespace 'std' does not name a type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 19:19:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXPRESSO-C-Project-Using-std-Namespace/m-p/779525#M2535</guid>
      <dc:creator>pwhittin</dc:creator>
      <dc:date>2018-01-10T19:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXPRESSO C++ Project Using std Namespace</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXPRESSO-C-Project-Using-std-Namespace/m-p/779526#M2536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out!&amp;nbsp; One must include:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;cstddef&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 21:43:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXPRESSO-C-Project-Using-std-Namespace/m-p/779526#M2536</guid>
      <dc:creator>pwhittin</dc:creator>
      <dc:date>2018-01-10T21:43:39Z</dc:date>
    </item>
  </channel>
</rss>

