is it possible to display a window .without using windowclass
Answer / sahadev tarei
yes.if we are not using any window fuction for handling message
Is This Answer Correct ? | 0 Yes | 6 No |
how do u identify RTTI in vc++
plzz tell me what we can do and dont in tally ERP & sap business one?
What function is used to disable a control at runtime?
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
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 difference between Synchronous sockets and asynchronous sockets?
What is model and modeless dialog box ? Give some examples?
What is userdefine Messages in MFC?
How to convert the content of buffer into lower case character.
What function is called by a document class to notify views that the document has been changed?
What is #progma and where it is used?
Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);