Explain explicit container.
No Answer is Posted For this Question
Be the First to Post Answer
How can a struct in c++ differs from a struct in c?
Have you used MSVC? What do you think of it?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Which operator cannot overload?
What is binary object model?
What are the two types of comments, and how do they differ?
Why are arrays usually processed with for loop?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
What is rtti in c++?
without if else statement can be written ah
What is the main purpose of 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