As a newbie to C++, I am having a problem finding what Header needs to be included when I search on the net or in Help and find a function I want to use.
Also, can a MFC function be only used in MFC programs - how do I determine that i might be looking at an MFC based function (i.e. AfxMessagebox vs. MessageBox).
Also, can a MFC function be only used in MFC programs - how do I determine that i might be looking at an MFC based function (i.e. AfxMessagebox vs. MessageBox).