is there any class which is not derived from Cobject

Answers were Sorted based on User's Feedback



is there any class which is not derived from Cobject..

Answer / srivani

Classes Not Derived from Cobject are
------------------
Simple Value Types
------------------
CFileTime
CFileTimeSpan
CPoint
CRect
CSize
CSimpleStringT
|__CStringT
|_CFixedStringT
CTime
CTimeSpan
---------------
Support Classes
---------------
CCmdUI
|_COleCmdUI
CDaoFieldExchange
CDataExchange
CDBVariant
CFiledExchange
CImage
COccManager
COleDataObject
COleDispatchDriver
CPropExchange
CRecentFileList
CRectTracker
CWaitCursor
-------------------
Internet Server API
--------------------
CHttpArgList
CHtmlStream
CHttpFilter
CHttpFilterContext
CHttpServer
CHttpServerContext
----------------------------
Run-Time Object Model Support
------------------------------
CArchive
CDumpContext
CRuntimeClass
----------
Structures
----------
CCreateContext
CHttpArg
CMemoryState
COleSafArray
CPrintInfo

-------------------------
TypedTemplate Collections
--------------------------
CTypedPtrArray
CTypedPtrList
CTypedPtrMap
-----------------
OLE Type wrappers
-----------------
CFontHolder
CPictureHolder
--------------------
OLE Automation Types
--------------------
COleCurency
COleDateTime
COleDateTimeSpan
COleVariant
----------------
Synchronization
----------------
CMultiLock
CSingleLock

Is This Answer Correct ?    14 Yes 0 No

is there any class which is not derived from Cobject..

Answer / kchenthilk

many classes are not derived from CObject.

like
CArchive
CRunTimeClass
CString
Cpoint
CRect
CTime,CTimeSpan
CDataExchange
CSingleLock
CMultiLock
CCmdUI and many more...

Is This Answer Correct ?    13 Yes 0 No

is there any class which is not derived from Cobject..

Answer / unity

CARCHIVE also is a class which is not derived from any
(base )class )

Is This Answer Correct ?    10 Yes 1 No

is there any class which is not derived from Cobject..

Answer / narendra

CString, CCmdUI

Is This Answer Correct ?    9 Yes 2 No

is there any class which is not derived from Cobject..

Answer / guest

carchive

Is This Answer Correct ?    6 Yes 0 No

is there any class which is not derived from Cobject..

Answer / kamal

CPoint
CRect
CSize
CString
CTime
CTimeSpan

Is This Answer Correct ?    7 Yes 1 No

is there any class which is not derived from Cobject..

Answer / sahadev tarei

Crect,Cruntime class,Http,

Is This Answer Correct ?    5 Yes 0 No

is there any class which is not derived from Cobject..

Answer / sarang

CCreateContext,
CMemoryState,
CPrintInfo,
COleSafeArray,
CImage,
CWaitCursor. These are something missed from above answers.

Is This Answer Correct ?    5 Yes 0 No

is there any class which is not derived from Cobject..

Answer / krish

COleCurrency
COleDateTime
COleDateTimeSpan
COleVariant

Is This Answer Correct ?    2 Yes 0 No

is there any class which is not derived from Cobject..

Answer / rupam

Check this link for all those classes which are under
CObject and which are not??

http://msdn.microsoft.com/en-us/library/ws8s10w4(VS.80).aspx

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More MFC Interview Questions

What types of threads are supported by MFC framework?

2 Answers  


what is the component of CLR ?

8 Answers   AZTEC, Symphony,


I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?

1 Answers  


Does the application have more than one object? If no, then what is the reason?

5 Answers  


1)How to create ToolTip in MFC?

2 Answers  






What MFC base classes provide support for ActiveX controls?

2 Answers   Wipro,


what is the difference between compiling and building?

1 Answers  


How to handle command line arguements from simple MFC application ?

2 Answers   TCS,


what is the difference between SDI and MDI

15 Answers   CMC, HCL, Siemens,


How to find the mouse entering an image?..while entering need to display next image...

4 Answers  


19)how to set Back Ground Picture to a Dialog Box in MFC ?

1 Answers  


What is the difference between the SDI and MDI

3 Answers   Invensys,


Categories