This one is a little complicated i guess:
My program generates a XML Log, what I need now is a function that will read and parse this XML and generate a Graph of lines and dots. Basically, it should only draw the points and then connect them with straight lines.
I think i can parse the XML with no problems, then I dont know what to do cause ive never drew anything, i dont know what functions or headers to use.
What do you advise me?
PS: One of the killer points of this program is that it MUST keep a very small size (right now the exe is about 20 Kb).
Thanks!!
MonGamBo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This one is a little complicated i guess:
My program generates a XML Log, what I need now is a function that will read and parse this XML and generate a Graph of lines and dots. Basically, it should only draw the points and then connect them with straight lines.
I think i can parse the XML with no problems, then I dont know what to do cause ive never drew anything, i dont know what functions or headers to use.
What do you advise me?
PS: One of the killer points of this program is that it MUST keep a very small size (right now the exe is about 20 Kb).
Thanks!!
MonGamBo
No one has any idea on that?