What is the difference between map and hashmap in c++?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is c++ used for in games?
What are all predefined data types 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
What are references in c++? What is a local reference?
Can we run c program in turbo c++?
What are the conditions that have to be met for a condition to be an invariant of the class?
Describe the process of creation and destruction of a derived class object?
what is the use of templates?
Why c++ is not a pure oop language?
What is size of a object of following class? class Foo { public: void foo(){} }