How to change visibility on c++ using code?

To be more specific. What I want is to do certain questions for the user to answer and then disappear and have another and so on. I want it to be like first the question appears, I guess in a panel or something, and its like "question" followed by 3 radiobuttons for the user to choose the options and then a button for next. Next panel is "Insert name" and then a textbox for the user to type his/her name and the another next button and after that next the game I'm doing will appear. I don't know if I was clear enough, so questions are welcomed.

Thank you.
That depends on the GUI toolkit you're using. Most provide functions like show() and hide() for their widgets.
Topic archived. No new replies allowed.