+ 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.

19th Mar 2019, 9:16 AM
Nurullah Aydın
Nurullah Aydın - avatar
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.
19th Mar 2019, 11:46 AM
Sonic
Sonic - avatar
+ 4
No constructor implementation in source file.
19th Mar 2019, 1:24 PM
AZTECCO
AZTECCO - avatar
+ 3
ShortCode and Sonic can you please help this bro, debug his code
19th Mar 2019, 11:37 AM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 3
Triangle::Triangle(){//empty ctor...} // no ; in member definition, only in declaration (.h) Triangle::Triangle(double ?, double ?, double ?, double, double, double){ // why 6 parameters?? }
19th Mar 2019, 2:26 PM
AZTECCO
AZTECCO - avatar
+ 3
Lol so obvious :)
19th Mar 2019, 2:34 PM
AZTECCO
AZTECCO - avatar
19th Mar 2019, 9:23 AM
Nurullah Aydın
Nurullah Aydın - avatar
0
https://code.sololearn.com/cEbPxZPjFEwD
19th Mar 2019, 9:24 AM
Nurullah Aydın
Nurullah Aydın - avatar
19th Mar 2019, 9:25 AM
Nurullah Aydın
Nurullah Aydın - avatar
0
I an using different compiler. These are just show my code to you for your help.
19th Mar 2019, 11:49 AM
Nurullah Aydın
Nurullah Aydın - avatar
0
How can I do this could you help me ?
19th Mar 2019, 2:09 PM
Nurullah Aydın
Nurullah Aydın - avatar
0
There are cordinates of the triangle points for me :D
19th Mar 2019, 2:28 PM
Nurullah Aydın
Nurullah Aydın - avatar