Mar 8, 2012 at 11:50am Mar 8, 2012 at 11:50am UTC
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 Mar 8, 2012 at 12:00pm Mar 8, 2012 at 12:00pm UTC
Mar 8, 2012 at 4:04pm Mar 8, 2012 at 4:04pm UTC
can u tell more clearly what is that you exactly want?
Mar 9, 2012 at 1:17pm Mar 9, 2012 at 1:17pm UTC
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).