<?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 extending array memory in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/extending-array-memory/m-p/985677#M27079</link>
    <description>What is the best way of increasing array size in an application that adds data into arrays from records from  input files, to allow for indefinite numbers of records from an indefinite number of files (up to a limit of course), without having to define very large (fixed) array sizes at compile time?</description>
    <pubDate>Mon, 04 Mar 2002 22:38:57 GMT</pubDate>
    <dc:creator>isn-removed200637</dc:creator>
    <dc:date>2002-03-04T22:38:57Z</dc:date>
    <item>
      <title>extending array memory</title>
      <link>https://community.intel.com/t5/Software-Archive/extending-array-memory/m-p/985677#M27079</link>
      <description>What is the best way of increasing array size in an application that adds data into arrays from records from  input files, to allow for indefinite numbers of records from an indefinite number of files (up to a limit of course), without having to define very large (fixed) array sizes at compile time?</description>
      <pubDate>Mon, 04 Mar 2002 22:38:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/extending-array-memory/m-p/985677#M27079</guid>
      <dc:creator>isn-removed200637</dc:creator>
      <dc:date>2002-03-04T22:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: extending array memory</title>
      <link>https://community.intel.com/t5/Software-Archive/extending-array-memory/m-p/985678#M27080</link>
      <description>Count the number of records and use an allocatable array of whatever you are using to represent each record's information.  If you have a fixed length record, just use GETFILEINFOQQ to get the total size so you can determine the number of records, then ALLOCATE then and read them into the newly allocated array.  &lt;BR /&gt;  &lt;BR /&gt;James</description>
      <pubDate>Tue, 05 Mar 2002 19:22:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/extending-array-memory/m-p/985678#M27080</guid>
      <dc:creator>james1</dc:creator>
      <dc:date>2002-03-05T19:22:04Z</dc:date>
    </item>
  </channel>
</rss>

