A
A
Andrey Vydrin2015-03-05 12:01:02
Programming
Andrey Vydrin, 2015-03-05 12:01:02

Which C/C++ library to choose for drawing function graphs?

We learned to use graphics.h, but in win8 this library does not work, and graphics must be drawn.
Use OpenGl, Directx is not a hunt.
Are there any analogues? Ease of use is prioritized. If possible, with examples of use.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry, 2015-03-05
@Tufitko

Tufitko
already advised you by Armenian Radio about Unix-way. You can do it a little differently. You are writing a console program that prints to stdout in csv format. Further, with the help of python and the matplotlib.org/ library for it, you get a cheaper development and at the same time a cross-platform option;)

A
Armenian Radio, 2015-03-05
@gbg

How do you like the unix-way - a C ++ program counts, and then passes the data to gnuplot?

A
Alexey, 2015-03-05
@MAKAPOH

I used qcustomplot a couple of times, it's a good thing.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question