what is the updated verssion in vc++
Answers were Sorted based on User's Feedback
Answer / rahul
Visual C++ 2010 (known also as Visual C++ 10.0) was released
on April 12, 2010, and it is currently the latest stable
release.
courtesy: www.Wikipedia.org
| Is This Answer Correct ? | 3 Yes | 0 No |
List out the basic features of MFC.
What is the difference between Extension DLL and Regular DLL?
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 are the types of button controls?
Difference between Debug and Release versions?
1)why we cant create more than one instance of the class Derived from CWinApp
Hi can anyone explain about the synchronization objects types and where we are using in the code.
List out the parameters of WinMain Function.
If i derive a new class from CObject what are the basic features my derived wil get ?
How can i implement the dynamic menus in MFC plz give the code
How can we create thread in MFC framework?
Types of DLL's