I am on page 69, "Designing A Test Program", and in this section it talks about the MVC design. I think I read once where the Microsoft Foundation Classes (MFC) is desgined with MVC in mind and it sort of helps you create you program in the MVC way. Is this true?
Also, looking over the ASP.Net MVC documentation that they discuss Unit Testing, and is even in the dialog when creating an ASP.NET MVC project. I have not done Unit Testing and was wondering if this is something that C++ programmers need to be concerned about.
Thanks!
