Return to Snippet

Revision: 1016
at August 28, 2006 11:51 by drdamour


Initial Code
post[][] alllpostsbyid = new post[][];

allpostsbyid[1] = new post[ new post[1, “content 1″], new post[2, “content 2″]];

allpostsbyid[2] = new post[ new post[3, “content 3″]];

Initial URL


Initial Description


Initial Title
2-d posts array

Initial Tags


Initial Language
C++