I have a console game (DOS game) I created a wile ago to learn C++. But now I want to expand this game. So I started reading windows API tutorials. But I still need some help.
I have no idea how to create buttons, and how to make something happen when I click them (like 'if button is clicked, then clicks = clicks + 1')
I have no idea how to make if statements
and I am not sure on how to display text (like for a DOS program, I would say 'cout << "your clicks equal" <<clicks ". \n";' but what do I do for API.)
Please help.