In what situations do you have to use initialization list rather than assignment in constructors?
1065Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
1329Post New C++ General Questions
Difference between pointer to constant vs. Pointer constant
Explain mutable storage class specifier.
Incase of a function declaration, what is extern means?
What is binary search in c++?
How do you initialize a string in c++?
What is c++ w3school?
Describe Trees using C++ with an example.
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
Define a nested class. Explain how it can be useful.
Does there exist any other function which can be used to convert an integer or a float to a string?
What do you mean by “this” pointer?
Explain how functions are classified in C++ ?
what is data encapsulation in C++?
What is the syntax for a for loop?
What is the use of map in c++?