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

Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer

7 Answers   HP,


how does the UIThread and worker thread communicates and handle events

2 Answers   HCL,


how to give colour for dialog button or static buuto?any one explain full code ?pls pls

3 Answers  


What is the difference between OnInitialUpdate and OnUpdate?

5 Answers  


What is the use of OninitDialog ?

11 Answers   HCL, Nagarro,






how many types of messages are their

4 Answers   E Logic, TCS,


1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions

1 Answers  


Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer

1 Answers   TCS, Tech Mahindra,


if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first

10 Answers   Siemens, Symphony,


what is the difference between SDI and MDI

15 Answers   CMC, HCL, Siemens,


What is the initial function to be called in MFC and what it will do

11 Answers   Infosys,


What types of threads are supported by MFC framework?

2 Answers  


Categories