What does flush do?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how the virtual base class is different from the conventional base classes of the opps.
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
What is lazy initialization in c++?
What is copy constructor? Can we make copy constructor private in c++?
What is constructor and destructor in c++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
When should we use container classes instead of arrays?
How do we balance an AVL Tree in C++?
What is cout flush?
program in c++ to input digits and print in words
Write a struct time where integer m, h, s are its members?
What is an overflow error?