The main idea: I have to creat an abstract class named Triangle using virtual functions for calculating the area and the perimeter of the triangle.Also the main information should include the length of the two side of the triangle and the angle between them.Also I should derivate some classes showing that triangle is simple,equilateral,isoscel,rectangle and so on.Help me please !
Then you need to put virtual functions in it for calculating the area and the perimeter of the triangle. Do you know how to put virtual functions in a class?