cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
creating graph?
creating graph?
Mar 8, 2012 at 11:50am UTC
whocares21
(60)
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 UTC
Mar 8, 2012 at 4:04pm UTC
mj1709
(68)
can u tell more clearly what is that you exactly want?
Mar 9, 2012 at 1:17pm UTC
Vins3Xtreme
(85)
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.