Answer Posted / anil
It maintain the Profile of the Project .
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do pointers work?
Is c++ a dying language?
What is the use of seekg in c++?
How can we access protected and private members of a class?
What is size of string in c++?
What new()is different from malloc()?
We use library functions in the program, in what form they are provided to the program?
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?
What is the history of c++?
Why is c++ not purely object oriented?
Explain the advantages of using friend classes.
What is ostream in c++?
What is a class definition?
What character terminates all character array strings a) b) . c) END
Is c++ an integer?