I want to use to dimensional arrays to draw a graph.
How do i go about it. I have never use it before.
Please

Recommended Answers

All 5 Replies

int twodee[5][5];

creates a 5x5 matrix.

To draw a graph you might have to use some sort of GUI

tnx a lot for your concern and i know that i have to use gui.
My problem is about how to start. I am a sort of new programmer.

What Gui do you use or wan't to use ?

I have not taught of it yet but i know i have to use gui.
After i have know what to do i will then figure it out.
Please help me.

I have not taught of it yet but i know i have to use gui.
After i have know what to do i will then figure it out.
Please help me.

You are "sort of a new programmer" and you want to start out programming GUIs. How about learning some of the core fundamentals of the C language first. There is plenty of information on the Web. If you took the time to look at the top of the forum page, you would have come across a thread called "Starting C". Have a look through this thread - there are plenty of links there to information on the C language - e.g. tutorials, references, FAQs, e-books etc. Ah .. what the hell - here's the link:

http://www.daniweb.com/forums/thread50370.html

This forum is for members to post questions on specific issues or aspects of the language - it is not a place to learn C "from scratch".

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.