Well, I am bit confused. Things looked nice when I studied message loop in Windows programming from Programming Windows (Charles Petzold). I completed initial 3 chapters (Windows messages, message loops and stuff) and thought to plunge into MFC, so now has taken up Programming Windows with MFC (Jeff Prosise).
Now the question is Is message pump in MFC is same as message loop in Win32 programming? Or is it different concept? If different, what does that mean?
Thanks in advance!