How do you compile the source code with your compiler?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What is std :: endl?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
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
Is it possible to write a c++ template to check for a function's existence?
List the merits and demerits of declaring a nested class in C++?
Explain the isa and hasa class relationships. How would you implement each?
Why c++ is better than c language?
write infinite loop in C++ which does not use any variable or constant?
what are the types of Member Functions?
Can you please explain the difference between overloading and overriding?
What is the latest c++ standard?