Draw graphs in C++

Discussion in 'C++' started by checkerboard, Feb 18, 2007.

  1. checkerboard

    checkerboard New Member

    Joined:
    Feb 12, 2007
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Are there functions that assist in draw graphs in C++ like those
    in excel? If there are, will appreciate if someone can direct me to a source
    where I can find out the codes and syntax of the functions.

    thanks.
     
  2. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
    C++ in and of itself won't draw graphs, you'd need a graphics library to do something like that. Might want to take a little time looking into Direct3D, OpenGL, or even SDL and seeing how those libraries work.

    Once you've got some basic knowledge on that drawing graphs should be a piece of cake!
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice