How do I use arrays in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are the uses of c++ in the real world?
Can we overload operator in c++?
What is setiosflags c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.
Should I learn c++ c?
Difference between delete and delete[]?
5 Answers Infosys, TCS, Virtusa,
What is a constructor initializer list and when we use constructor initializer list?
What do you mean by funtion prototype?
Explain rtti.
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?
Explain the difference between 'operator new' and the 'new' operator?
Explain virtual class and friend class.