is there any class which is not derived from Cobject
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / unity
CARCHIVE also is a class which is not derived from any
(base )class )
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / sarang
CCreateContext,
CMemoryState,
CPrintInfo,
COleSafeArray,
CImage,
CWaitCursor. These are something missed from above answers.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / krish
COleCurrency
COleDateTime
COleDateTimeSpan
COleVariant
Is This Answer Correct ? | 2 Yes | 0 No |
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 |
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
How can i change the color of a dropdowncombobox elements
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
What is the difference between Synchronous sockets and asynchronous sockets?
1) Enable or disable a Cancel button at run time?
what is the difference between SDI and MDI
15 Answers CMC, HCL, Siemens,
Name the Synchronization objects?
How you create a button dynamically?
What function is used to disable a control at runtime?
How we call a dialog in another dialog?
is there any class which is not derived from Cobject
1)How to create ToolTip in MFC?