User profile: BardaTheHobo

User info
User name:BardaTheHobo
Name:Brady
History
Joined:
Number of posts:6
Latest posts:

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" SHAPE
Oh 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" SHAPE
Here is a set up that gives the correct output but have no error handling etc. If you notice, your ...

DRAW WITH TEXT "T" SHAPE
Could you post what you have come with so far? If I was doing it for the Bottom of the T i would do...