STL (140)
OOPS (873)
C++ General (2409) What is #include iostream h in c++?
Using a smart pointer can we iterate through a container?
What is a dll entry point?
Does c++ vector allocate memory?
How does stack look in function calls? When does stack overflow? What can you do to remedy it?
What are objects in oop?
What is a dynamic binding in c++?
C++ Public access specifier instead of Private – What is bad ?
How do you declare a set in c++?
What are c++ stream classes?
What is static in oop?
Write some differences between an external iterator and an internal iterator?
How does polymorphism work?
What is implicit pointer in 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