post index snippet


/ Published in: C++
Save to your folder(s)



Copy this code and paste it in your HTML
  1. posts[] allposts = new posts[ new post[1, "content 1"], new post[2, "content 2"], new post[3, "content 3"]];
  2.  
  3. //The first new int[] is to fill the 0 index (no posts with blogid[0]
  4.  
  5. int[][] postblogidINDEX = new int[new int[], new int[0, 1], new int[2] ];

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.