please
i am using DEV-C++ and i have a project that require a graph to be draw.
i tried with WINBGIM, but it didn't work. if know a good library that works with dev-c++ please let me know
How are you planning to describe the function to be plotted? As a function pointer? Or do you want to plot a straight line graph through a series of points?
.i have a datasheet made of Length and force , so i have to draw a graph showing the relationsheep between those values. that graph could be a curse or a straight line.
so please if u have a library working properly with dev-c++ and the explanation(how to use it),please let me know