Answer Posted / manoj prajapati
its not windows oriented,so it takes a time to coding.
| Is This Answer Correct ? | 26 Yes | 6 No |
Post New Answer View All Answers
what are the iterator and generic algorithms.
Can I make ios apps with 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
When is dynamic checking necessary?
What methods can be overridden in java?
What is data hiding c++?
What is difference between c++ and c ++ 14?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Can c++ do everything c can?
What is switch case in c++ syntax?
What is the difference between structures and unions?
Explain the isa and hasa class relationships. How would you implement each?
What is the purpose of extern storage specifier?
What is an iterator class in c++?
What does flush do c++?