how i can design a user interface in vc++ for getting
inputs from users
While Creating the user interface all the functions should
be public, and all the fuctions are pure virtual functions.
Here is the example code
#define interface struct
interface <inter face name >
{
virtual int add(int x, int y) =0;
};
class A : public <<inter face name>>
{
public:
.
.
int add (int x, int y);
};
int A:: add(int x, int y)
{
return x+y;
}
| Is This Answer Correct ? | 3 Yes | 3 No |
How do I change visual code font?
What are some differences between a form view and a dialog box?
2 Answers DS Group, Manipal Ecommerce,
Name some examples of the different types of windows found in a Windows application?
What property is used to indicate that the up-down control is associated with a buddy control?
I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these
How do I create an mfc application in vc++?
What is microsoft visual c++ 2013 redistributable?
what is DLL?
What is visual c++ 2008 redistributable x64?
Is microsoft visual c++ important?
What is microsoft visual c++ redistributable and do I need it?
What is microsoft visual c++ 2008 redistributable and do I need it?