/ Published in: C++
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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″]];