creating graph?

Hi guys. I have a mx2^m two-dimensional array. Each line has 'm' character. Like this: (Here 3x8)
000
001
010
011
100
101
110
111

I want to create a graph. the each struct of graph should has 'm' pointer like in the picture:

http://e1203.hizliresim.com/v/8/3bfk1.png

The placement of structs should be randomly by the way.

any idea? :)
Last edited on
can u tell more clearly what is that you exactly want?
under Windows, you can use 'gdiplus' or standard 'gdi' functions to draw lines, text, shapes an other stuff on a window or console too (to draw on console you can only use standard gdi functions).
Topic archived. No new replies allowed.