Win32 API / MFC?

I'm going to write a little article to explain how to save a windows region to a file and how to load it back in response to a thread here on the forums.
However, I will explain it in the MFC way and in the plain Win32 API way.
Should I do this in 2 articles or in 1?
[280 byte] By [Marc G] at [2007-11-20 6:57:50]
# 1 Re: Win32 API / MFC?
Trade Offs :D

I would prefer one article, but I imagine most would prefer two.

The trend I have seen is wthat Win32 programmers don't use MFC and MFC programmers can't grasp Win32....

So my 2 cents: Keep it seperate for the masses [although you might want to include both zip files of the code with each article].
TheCPUWizard at 2007-11-10 3:38:57 >
# 2 Re: Win32 API / MFC?
I'm going to write a little article to explain how to save a windows region to a file and how to load it back in response to a thread here on the forums.
However, I will explain it in the MFC way and in the plain Win32 API way.
Should I do this in 2 articles or in 1?

My vote would be to show how to do it in Win32 and then to show how MFC abstracts it.
Zaccheus at 2007-11-10 3:39:50 >
# 3 Re: Win32 API / MFC?
Ok, thanks for the replies. I'll think about it ...
Marc G at 2007-11-10 3:40:55 >