Return to Snippet

Revision: 1018
at August 28, 2006 11:53 by drdamour


Initial Code
posts[] allposts = new posts[ new post[1, "content 1"], new post[2, "content 2"], new post[3, "content 3"]];

//The first new int[] is to fill the 0 index (no posts with blogid[0]

int[][] postblogidINDEX = new int[new int[], new int[0, 1], new int[2]  ];

Initial URL


Initial Description


Initial Title
post index snippet

Initial Tags


Initial Language
C++