What is &x in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What does ctime() do?
how to create window program in c++.please explain.
Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.
Write a program to show polymorphism in C++?
Write a C++ Program to Multiply two Numbers
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 increment operator in c++?
Why c++ is called oop?
What are C++ inline functions?
Does c++ have string data type?
What is the difference between #define debug 0 and #undef debug?
What is copy constructor? Can we make copy constructor private in c++?