Now that I know the workings of the C++ language I've decided to move onto some windows programming. I've tryed direct draw and win32 api, but they were to hard for my level of programming as of now. I looked up MFC, and saw that the simplicity was much greater than the api's mentioned. I saw that creating a simple window could be done in about 20 lines, where in win32 api, it would take about 70. So the question is, is this a good place to start programming windows apps in C++? Thanks.