<?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 Index in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Array-Index/m-p/933797#M15405</link>
    <description>I'm trying to compile an old code.  I need array indexes to start at zero.  How do I accomplish this?</description>
    <pubDate>Thu, 04 Jan 2001 02:18:30 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-01-04T02:18:30Z</dc:date>
    <item>
      <title>Array Index</title>
      <link>https://community.intel.com/t5/Software-Archive/Array-Index/m-p/933797#M15405</link>
      <description>I'm trying to compile an old code.  I need array indexes to start at zero.  How do I accomplish this?</description>
      <pubDate>Thu, 04 Jan 2001 02:18:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Array-Index/m-p/933797#M15405</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-01-04T02:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Array Index</title>
      <link>https://community.intel.com/t5/Software-Archive/Array-Index/m-p/933798#M15406</link>
      <description>Um, if the old code is Fortran, array indexes start by default at 1 - always have.  You can specify a zero origin when you declare the array, for example:&lt;BR /&gt;&lt;P&gt;&lt;BR /&gt;REAL MYARRAY(0:99)&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There is no "switch" to magically change the origin to zero.&lt;BR /&gt;&lt;BR /&gt;Steve&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2001 02:35:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Array-Index/m-p/933798#M15406</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-01-04T02:35:32Z</dc:date>
    </item>
  </channel>
</rss>

