2-d posts array


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



Copy this code and paste it in your HTML
  1. post[][] alllpostsbyid = new post[][];
  2.  
  3. allpostsbyid[1] = new post[ new post[1, “content 1″], new post[2, “content 2″]];
  4.  
  5. allpostsbyid[2] = new post[ new post[3, “content 3″]];

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.