What problems might the following macro bring to the application?
No Answer is Posted For this Question
Be the First to Post Answer
What is a v-table?
How many keywords are used in c++?
What is functions syntax in c++?
Describe private, protected and public – the differences and give examples.
List out some of the OODBMS available?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
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 is C++ exceptional handling?
Define a nested class. Explain how it can be useful.
What is c++ library?
Is it possible to get the source code back from binary file?
What happens when a function throws an exception that was not specified by an exception specification for this function?