954,535 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How do I plot a graph using C++?

How do I plot a continuous sine or cosine wave on a Dot marix LCD using C++? Can I have a sample to see? Thank in advance..

hgseric
Newbie Poster
9 posts since Mar 2007
Reputation Points: 10
Solved Threads: 0
 

I do not understand what type of application do you want to create. Is it console or window application. In the second case, you can use qwt library.

Freude
Newbie Poster
20 posts since Apr 2010
Reputation Points: 10
Solved Threads: 2
 

You would have to develop an algorithm that would actually grab data points from what ever your input is, and then use a graphical library to loop through and draw each point on a window.

What are you trying to grab data points from?

LevyDee
Posting Whiz in Training
260 posts since Mar 2010
Reputation Points: 13
Solved Threads: 25
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You