hi
is there any SIMPLE way of producing a graph C++. I have plots, and i have to output in the form of a graph similar to a ecg machine (heart monitor).
Cheers.
This is a discussion on Graphs within the C++ Programming forums, part of the General Programming Boards category; hi is there any SIMPLE way of producing a graph C++. I have plots, and i have to output in ...
hi
is there any SIMPLE way of producing a graph C++. I have plots, and i have to output in the form of a graph similar to a ecg machine (heart monitor).
Cheers.
No, but you could create your own using gotoxy(xcord,ycord) and then print a / or \ to the screen.