What is CSingleDocTemplate?



What is CSingleDocTemplate?..

Answer / satheesh

CSingleDocTemplete defines a document template for SDI
applications. A document templet defines the relationship
between three types of classes, those are document, view
and frame window.

CSingleDocTemplete object can be create only one at a time.
So SDI application allows to open only one document at a
time.

Just call CSingleDocTemplete constructor remaining will be
handeled by the framework internally.

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More MFC Interview Questions

if i modified data in 1 view how does the other view knows

2 Answers   Siemens,


What are the differences between MFC Exception macros and C++ exception keywords?

2 Answers  


WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,


How to create a Modeless Dialog?

5 Answers  


What is model and modeless dialog box ? Give some examples?

2 Answers   Mphasis,






What MFC base classes provide support for ActiveX controls?

2 Answers   Wipro,


What is a message map?

1 Answers   Mphasis,


What is the difference between Synchronous sockets and asynchronous sockets?

2 Answers  


What is primitive and non-primitive application?

2 Answers   HCL,


what is message loop how mfc does it internally?

4 Answers   Aspire,


what is functioning of DIalodDataXchange ..?

0 Answers  


What is a critical section and how is it implemented?

2 Answers  


Categories