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 to declare more than one variable on a single line?
Can I uninstall visual c++ 2005?
What is a glyph?
What is difference between c++ and visual c++?
What is a transparent image?
What are some differences between a form view and a dialog box?
2 Answers DS Group, Manipal Ecommerce,
What is the difference between Undo and Redo?
Name the most commonly used wizards?
How can i communicate with two systems one is located some place another is located 100km how from the current systems which protocala i have to use
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
what is mean [] inc what is the use of include conio.h in c
Does visual c++ 2017 replace 2015?