So, I'm a fairly advanced programmer. I've mastered Console apps, and I've learned a bit about the windows API. But I learn better by doing, more than I would just reading tutorials and the like. As I am not currently enrolled in college, I humbly request of you, forum goers, to give me a simple assignment for my first winAPI project.
Before I get any "winAPI isnt simple, simple as that" I know this. But I request a relatively simple project.
For better understanding of what I'm capable of let me list my credentials, so to speak.
I'm nearly fluent in c++, IE i understand all of its conventions save for a select few. (stl containers, and namespaces) and those I dont know, I havent had time to learn yet.
Start simple. Make a program with a menu with choices to either exit or to open a dialog box. Design the dialog box to accept an input string. It should also have a set of radio buttons with a selection of color names. When it's closed with the OK button (not the cancel button), display the string with that color centered in the window.
Or is that too simple?
(And learn STL containers. My god, man, they're at the heart of modern C++!)