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 |
1)To Remove WS_MINIMIZEBOX in a Frame ?
What is subclassing?
What is CArchive class dowes?
what is the use of AFX_MANAGE_STATE ?
what is functioning of DIalodDataXchange ..?
Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A. Explain how a pointer to function can be declared in C++? B. List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header ("Include") Files.
What is the command routing in MFC framework?
What is socket?
Why not virtual functions to handle messages?
what is the difference between compiling and building?
How can we create thread in MFC framework?
What function is used to disable a control at runtime?