plotting line graph

  • Thread starter Thread starter hssuma
  • Start date Start date
H

hssuma

Hallo,
Can anyone please tell me from scratch how to plot a 2D graph taking
i/p from 2 files as x and y co-ordinates. I'm getting confused as to
whether use MFC or what else shud i download to plot a graph in C using
VC++ environment.. I have done my coding in C language using VC++
environment.. It doesn't support graphics.h as in dos.. Please help
me.
TIA
Regards,
-hssuma
 
hssuma said:
Hallo,
Can anyone please tell me from scratch how to plot a 2D graph taking
i/p from 2 files as x and y co-ordinates. I'm getting confused as to
whether use MFC or what else shud i download to plot a graph in C using
VC++ environment.. I have done my coding in C language using VC++
environment.. It doesn't support graphics.h as in dos.. Please help
me.
TIA
Regards,
-hssuma
Use CDC in VC++ environment.
 
Hi.
i saw your message, its not an reply for your question but an query regarding line charts. Iam new to drawing line charts and i believe you have coded for line charts. i have to build a line chart by plotting on x and y-axis, these inputs are read from a file. Could you please send me pseudo code for the developing line charts as it is very critical for my project. Also some links regarding line charts development would be really helpful.

--Thanks for your help.
Regards..
 
Back
Top