What is meant by entry controlled loop?
No Answer is Posted For this Question
Be the First to Post Answer
Is arr and &arr are same expression for an array?
How do I get good at c++ programming?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
Explain what are single and multiple inheritances in c++?
Why would you make a destructor virtual?
Why can you not make a constructor as const?
What do you mean by delegate? Can a user retain delegates?
Why ctype h is used in c++?
What do you mean by late binding?
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?
Does c++ have foreach?
Explain calling an object's member function(declared virtual)from its constructor?