<?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 Array Notation for Non-static Memory in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Array-Notation-for-Non-static-Memory/m-p/739946#M29</link>
    <description>yes, you can use array notation on dynamically allocated array... for example:&lt;BR /&gt;&lt;BR /&gt;double* time = new double[NUM_OPTIONS];&lt;BR /&gt;time[0:NUM_OPTIONS] = 1.1;&lt;BR /&gt;&lt;BR /&gt;- J.D. Patel</description>
    <pubDate>Tue, 02 Nov 2010 21:17:43 GMT</pubDate>
    <dc:creator>JD_Patel</dc:creator>
    <dc:date>2010-11-02T21:17:43Z</dc:date>
    <item>
      <title>Array Notation for Non-static Memory</title>
      <link>https://community.intel.com/t5/Software-Archive/Array-Notation-for-Non-static-Memory/m-p/739945#M28</link>
      <description>Can Cilk's array notation be used with arrays that have been allocated dynamically with malloc or new (or any arbitrary pointer)? All of the examples show usage based off of a static array.</description>
      <pubDate>Tue, 02 Nov 2010 19:37:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Array-Notation-for-Non-static-Memory/m-p/739945#M28</guid>
      <dc:creator>danprice</dc:creator>
      <dc:date>2010-11-02T19:37:58Z</dc:date>
    </item>
    <item>
      <title>Array Notation for Non-static Memory</title>
      <link>https://community.intel.com/t5/Software-Archive/Array-Notation-for-Non-static-Memory/m-p/739946#M29</link>
      <description>yes, you can use array notation on dynamically allocated array... for example:&lt;BR /&gt;&lt;BR /&gt;double* time = new double[NUM_OPTIONS];&lt;BR /&gt;time[0:NUM_OPTIONS] = 1.1;&lt;BR /&gt;&lt;BR /&gt;- J.D. Patel</description>
      <pubDate>Tue, 02 Nov 2010 21:17:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Array-Notation-for-Non-static-Memory/m-p/739946#M29</guid>
      <dc:creator>JD_Patel</dc:creator>
      <dc:date>2010-11-02T21:17:43Z</dc:date>
    </item>
  </channel>
</rss>

