Can anyone tell me the difference between MFC SDI withi Document/View architecture and MFC without Document/View architecture

Here is explaination of Document View archeture.

The difference without Document/View is that the MFC project does not contain a CDocument-derived class. All the data objects will have to be contained within the CView or some other class.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.