Page 1 of 1

help!~~~

Posted: Mon Sep 29, 2003 12:42 pm
by mystical_liu
it just lisk you have a array a[5]={1,2,3,4,5}

then you can use a function(like java's function) to display it to a graphic

5 | *
4 | *
3 | *
2 | *
1 | *
0 |_____________________________________
a[0] a[1] a[2] a[3] a[4] a[5]

Posted: Mon Sep 29, 2003 11:02 pm
by playerX
well, i didn't understand what you mean, but how do you plan to build a 2 dimensional graph from a 1 dimensional array?