wtf: jagged arrays

Apr 02, 2005 20:00

When building arrays of multiple dimensions, you either initialize an array with square dimensions at the start (which will be flattened in memory by your target language), or you compose arrays (or pointers to dynamic arrays) inside of other arrays. In the second scheme, the length of the second and following dimensions aren't necessarily uniform ( Read more... )

programming

Leave a comment

Comments 2

goofygorilla April 3 2005, 01:16:53 UTC
You have created interesting dictional implications with the word "neologism" in this context.

Reply


kronski April 4 2005, 15:16:56 UTC
Nearly every reference to jagged arrays contains a reference to C#... it's gotta be an MS coinage.

Reply


Leave a comment

Up