Thread: Dynamically allocate Large 4-D arrays

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Just Lurking Dave_Sinkula's Avatar
    Join Date
    Oct 2002
    Posts
    5,005
    A brief skimming reminded me of this:
    4-dimensional array contiguous allocation
    Last edited by Dave_Sinkula; 08-24-2009 at 11:08 AM. Reason: D'oh! Left the tab open a little too long methinks.
    7. It is easier to write an incorrect program than understand a correct one.
    40. There are two ways to write error-free programs; only the third one works.*

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dynamically allocate an array of two bytes?
    By dre in forum C Programming
    Replies: 9
    Last Post: 08-13-2009, 09:27 AM
  2. Problem declaring large arrays
    By mattAU in forum C Programming
    Replies: 5
    Last Post: 09-28-2006, 05:47 AM
  3. Building B-Tree from Arrays
    By 0rion in forum C Programming
    Replies: 1
    Last Post: 04-09-2005, 02:34 AM
  4. dynamically allocating 2D arrays
    By Neo in forum C++ Programming
    Replies: 4
    Last Post: 03-29-2004, 09:51 PM
  5. Destructors in dynamically allocated arrays
    By frenchfry164 in forum C++ Programming
    Replies: 1
    Last Post: 11-28-2003, 11:26 PM