Graphs in C

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saolaikodc
    New Member
    • Sep 2007
    • 2

    Graphs in C

    Hi, my maths teacher required me to do a presentation on how to draw graphs in C but I have no idea how to do that. Can any one help me with this? Thanks a lot!
  • svlsr2000
    Recognized Expert New Member
    • Feb 2007
    • 181

    #2
    Originally posted by saolaikodc
    Hi, my maths teacher required me to do a presentation on how to draw graphs in C but I have no idea how to do that. Can any one help me with this? Thanks a lot!
    As such C doesnt provide any functions to implement graphics. But there are certain libraries which could be used to achieve this. You can have look at graphics in turbo c or kde programming.

    Comment

    • saolaikodc
      New Member
      • Sep 2007
      • 2

      #3
      Originally posted by svlsr2000
      As such C doesnt provide any functions to implement graphics. But there are certain libraries which could be used to achieve this. You can have look at graphics in turbo c or kde programming.
      Well, thank u for that, but could plz give me some kind of demo source code on a particular function? I just need an example so that I can follow.

      Comment

      Working...