Making graphics with c++

Hello,I have to make a graphic using c++.I have a function that computes some points and then i have to plot them against time in a x-y graphic.Is this possible?I need some libraries?
Look up 'Allegro'. It is a 2D graphics libary. Also, you could look up some DirectX/OpenGL engines.
Another good library is the SFML library. It is very easy to use as well as a very supportive user community.
Topic archived. No new replies allowed.