<?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 Re: how to use malloc() to create a multidimension array in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-malloc-to-create-a-multidimension-array/m-p/2491628#M801699</link>
    <description>I happened to have a link to just the information you are looking for.  You should be able to find the answer at the following url:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.eskimo.com/~scs/C-faq/q6.16.html" target="_blank"&gt;http://www.eskimo.com/~scs/C-faq/q6.16.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that this helps.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;Jason V.</description>
    <pubDate>Thu, 08 Feb 2001 22:45:29 GMT</pubDate>
    <dc:creator>Jason VanDerMark</dc:creator>
    <dc:date>2001-02-08T22:45:29Z</dc:date>
    <item>
      <title>how to use malloc() to create a multidimension array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-malloc-to-create-a-multidimension-array/m-p/2491627#M801698</link>
      <description>I want to dynamicly create a multidimensional array of a struct by using heap memory function malloc().  How can I do it?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Xiaoming</description>
      <pubDate>Thu, 08 Feb 2001 22:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-malloc-to-create-a-multidimension-array/m-p/2491627#M801698</guid>
      <dc:creator>Xiaoming Zhang</dc:creator>
      <dc:date>2001-02-08T22:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to use malloc() to create a multidimension array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-malloc-to-create-a-multidimension-array/m-p/2491628#M801699</link>
      <description>I happened to have a link to just the information you are looking for.  You should be able to find the answer at the following url:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.eskimo.com/~scs/C-faq/q6.16.html" target="_blank"&gt;http://www.eskimo.com/~scs/C-faq/q6.16.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that this helps.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;Jason V.</description>
      <pubDate>Thu, 08 Feb 2001 22:45:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-malloc-to-create-a-multidimension-array/m-p/2491628#M801699</guid>
      <dc:creator>Jason VanDerMark</dc:creator>
      <dc:date>2001-02-08T22:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to use malloc() to create a multidimension array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-malloc-to-create-a-multidimension-array/m-p/2491629#M801700</link>
      <description>The advice on &lt;A href="http://www.eskimo.com" target="_blank"&gt;www.eskimo.com&lt;/A&gt; is excellent. But a word of caution is in order: In a static array&lt;BR /&gt;  double a[NROWS][NCOLS];&lt;BR /&gt;"a" is a pointer to the first element. In&lt;BR /&gt;"self-made" dynamic arrays this is&lt;BR /&gt;not the case. A subroutine taking a&lt;BR /&gt;static 2D-array as an argument may&lt;BR /&gt;not work with dynamic arrays.</description>
      <pubDate>Fri, 09 Feb 2001 07:11:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-malloc-to-create-a-multidimension-array/m-p/2491629#M801700</guid>
      <dc:creator>Ulrich Deiters</dc:creator>
      <dc:date>2001-02-09T07:11:36Z</dc:date>
    </item>
  </channel>
</rss>

