I haven't been learning c++ long, (less than a week) and it's all good, but the problem is, I'm still stuck in the console window! Console windows are all fine and dandy if your boring and like code to be executed line by line. But I don't and was wondering how you go about creating windowed applications. I have worked out from online tutorials how to create a blank window that does hardly anything, and I've worked out the message loop well enough to alert messageboxes on click or resize. But how do you actually do things, I can't even write text to a window at the moment!
Basic window programming tips welcome

Basic window programming tips welcome

Comment