On 3/28/07, Michael Reaves <[EMAIL PROTECTED]> wrote:

> I am trying to create a dynamic 2 dimensional array.  I have to read in 2
> numbers from a file.  These 2 numbers tell me what size array I need.  How
> do I take these 2 numbers and create a dynamic 2 dimensional array?  For
> example I read in 3 3 and need an array of points[3][3].  In the same file
> later I read in 4 4 and need the same array points[4][4].  All suggestions
> will be appreciated.

What have you tried so far? What language? This is easy in C++, not so
easy in C.

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to