Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how i can design a user interface in vc++ for getting
inputs from users



how i can design a user interface in vc++ for getting inputs from users..

Answer / d.v.rama krishna

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

Post New Answer

More VC++ AllOther Interview Questions

How do I uninstall visual c++?

0 Answers  


How do I uninstall and reinstall microsoft visual c++ runtime libraries?

0 Answers  


What is a glyph?

2 Answers  


How do I fix microsoft visual c++ 2015 setup failed?

0 Answers  


What is microsoft visual c++ runtime library error?

0 Answers  


Is microsoft visual c++ a virus?

0 Answers  


Do I need all the microsoft visual c++ redistributable?

0 Answers  


What is vc++ redistributable?

0 Answers  


What Is Your Greatest Weakness?

4 Answers   Apple, Infosys, IOCL, Servion, TCS, VisionTek,


Do I need the microsoft visual c++?

0 Answers  


Explain the advantages of cwinthread class.

0 Answers  


How will slove problem comes wirh Hybrid Inheritance?

1 Answers   Microsoft,


Categories