First I want to say "sorry" if i write unliteraly but i'm not very good with english language, and i'm not english speaker.Second i don't know is this question is for this section.
And now , the big question:
Can create good game with MFC classes. I think that good means, grafically and interfacelly good, may be like some turn-oriented game???
I'm sorry I'm not very good with the English language. English is my second language and I do not speak English. I want to ask if MFC classes are good for gaming type coding. Are they good grafically for like a turn-based game?
I'm not sure that MFC is really meant for games. It's the fundamental series of of Microsoft classes. What interface are you looking for?
From that i read for MFC(i'm still a beginner) i think that small games can be created. like a strategy, but i don't know is this game will be only less good in graphic output than DirectX9 or OPENGL, or it will be less good and in another aspects
Almost all highly graphical games use an OpenGL or DirectX based engine. Unfortunately, I don't personally know a lot about MFC classes but I've never really heard of creating a two dimensional game with them. And if it is, I'm not very sure if it's the best route to go.
you can create simple games in mfc or win32 like mines, or board games like checkers, tic-tac-toe or even chess..
or games which comes with gnome-games.. these games are mind games and dont require much graphics..
but for games lik aoe or warcraft.. you need directx/direct3d or opengl and lots more as computerquip said..
see this link.. i posted an article on codeproject.. compile this code and see..
it has some simple animation.. this type of animation you can create with win32.