Firstly i'd like to say thanks for such a great learning place thi site has :D
I'm just wondering something, i'm still learning the basics of C++ but i'm just wondering. How do i make windows applications? No specific, i just mean an application in general. You know when you open any windows application and it has all the buttons and stuff. How do i make these? Like for example i made a simple calculator in a console app but i want to make it into a proper application.
You use Window API. But it's really difficult to learn. I am currently learning it right now. But need to understand a lot of basic C++ first. Because they uses a lot of user-define type. So not only you have to undestand C++. But atlease master the basic. I am feeling the pain right now cause I skipped over some stuff in the tutorial section. lolz.