Win32 or WinForms?

I just moved from C#, which only used WinForms.
Now, I'm new at C++ and I don't know to learn and use.
What would you say?
I would say go here --

http://www.winprog.org/tutorial/
You could try both?

Using C++/CLI will allow you to try the new language with the same libraries you are used to. But it does contort the language.

Using regular C++ will prevent you from using .Net, but you could use another GUI framework instead of WIN32 (which is C rather than C++, in the main). Qt is once poss. Or if you're using a paid for version of VC++, there's MFC.
Thank you very much!
Topic archived. No new replies allowed.