Answer Posted / anupam deo
Use operator overloading
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How does a C++ structure differ from a C++ class?
Is c++ harder than java?
What do you understand by pure virtual function? Write about its use?
What is meant by const_cast?
Is std :: string immutable?
Why is main function important?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
Will the following program execute?
What is a forward referencing and when should it be used?
Write a program to concatenate two strings.
What is data abstraction? How is it different from data encapsulation?
Out of fgets() and gets() which function is safe to use and why?
Why do we need templates?
What's the hardest coding language?
Define stacks. Provide an example where they are useful.