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.
1325Post New C++ General Questions
What are the uses of c++ in the real world?
Write about an iterator class?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Why is c++ difficult?
Can we use this pointer inside static member function?
What is the advantage of c++ over c?
What is the basic of c++?
Can we run c program in turbo c++?
Can constructor be private in c++?
Mention the purpose of istream class?
Explain the concept of dynamic allocation of memory?
What is a hash function c++?
What is binary object model?
Who created c++?
What does floor mean in c++?