What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Post New Answer View All Answers
What is pure virtual function?
What is an html tag?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What is a set in c++?
Why is c++ difficult?
Which operator cannot be overloaded c++?
What are friend classes? What are advantages of using friend classes?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Why do we need c++?
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
What are register variables?
Which should be more useful: the protected and public virtuals?
What is the arrow operator in c++?
What is DlgProc?
Define vptr.