How do i properly calculate an angle for a triangle?I just posted this in a similar thread today. To convert radians to degrees: [code] #define PI 3....
C++ Calculating a triangle's angles given side lengths.You can try this for getting degree output [code] #define DEGTORAD(D)((D * PI) / 180.0) // Converts ...
DRAW WITH TEXT "T" SHAPEOh I forgot to mention in your code you have: [code]if (j=c)[/code] what this is doing is setting j...
DRAW WITH TEXT "T" SHAPEHere is a set up that gives the correct output but have no error handling etc. If you notice, your ...
DRAW WITH TEXT "T" SHAPECould you post what you have come with so far? If I was doing it for the Bottom of the T i would do...