Three Dimenstional Figures

Hello, I'm new to c++ programming, but I have used other programming languages in the past.

I was wondering if it was possible to create three dimensional figures based on user input in an application. And if so, is there a way to add onto the figure with a new figure based on new input information.

For example, if you wanted to create a 3D map of a tunnel, and you were to complete the figure by adding numerous sections onto previous ones, without the previous sections being deleted.

Thank you.
The C++ language/standard library do not work with graphics at all. You'll need a third party library for that.
such as Qt with Module QtOpenGL and QtScript
Thank you for the reply. Additionally, I would need to create a windows application, not a console application, in order to do this, correct?
FSML might be of interest.
Topic archived. No new replies allowed.