CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2011
    Posts
    2

    Help need for opengl to display a graph

    Hi

    I am new to completely new to opengl. First off can I just state that I do not usually ask for this kind of help but I am in real need for it. basically I have information that I am trying to extract from an XML file and I need to display this information on a 2d graph which I just found out the aparatus I am using only uses opengl.

    Can somebody help me and posssibly provide me with some code that I can use (with FULL reference given). An example of what I need is basically:


    xml reading:

    date = years

    values = power

    there for power would be the y axis and the x axis would be years

    If somebody could help me I would really appreciate it. Again I normally dont ask for this but I am in dier need:

    Thank you very much

  2. #2
    Join Date
    Mar 2011
    Posts
    2

    Re: Help need for opengl to display a graph

    thank you

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured