What is an iterator?
What is c++ library?
write a porgram in c++ that reads an integer and print the biggest digit in the number
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What are advantages of using friend classes?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
What is namespace & why it is used in c++?
How are virtual functions implemented in c++?
What does the ios::ate argument do?
How can you link a c program with a c function?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What is this pointer in c++?
How to give an alternate name to a namespace?
Why is c++ considered difficult?
What is the use of setfill in c++?