+ 1
Can someone tell me what the problem of this code?
I want to print screen to length,area and perimeter of the triangle but I am in trouble with this code.
11 Answers
+ 7
Code playground does not seem to allow a separate header file like Triangle.h. Everything needs to be present in the one file that contains the main function.
+ 4
No constructor implementation in source file.
+ 3
Triangle::Triangle(){//empty ctor...} // no ; in member definition, only in declaration (.h)
Triangle::Triangle(double ?, double ?, double ?, double, double, double){
// why 6 parameters??
}
+ 3
Lol so obvious :)
0
https://code.sololearn.com/cEbPxZPjFEwD
0
I an using different compiler. These are just show my code to you for your help.
0
How can I do this could you help me ?
0
There are cordinates of the triangle points for me :D