Search:

Type: Posts; User: rake

Search: Search took 0.00 seconds.

  1. Thread: installing djgpp

    by rake
    Replies
    6
    Views
    1,365

    here

    Look half way down the page for win XP

    http://www.mame.net/compilewin.html
  2. Thread: installing djgpp

    by rake
    Replies
    6
    Views
    1,365

    try here

    http://clio.rice.edu/djgpp/win2k/main.htm
  3. Thread: installing djgpp

    by rake
    Replies
    6
    Views
    1,365

    im on win98, i had to add this to the end of...

    im on win98, i had to add this to the end of auotexe.bat file. There is info at their website. Hope this helps

    assuming your DJGPP installation is rooted at C:\DJGPP, the values of the two...
  4. Replies
    10
    Views
    1,631

    I just worked it out

    point comes from the class........sorry for wasting your time, but I worked it out. How embarrassing I forgot to include <cmath> for sqrt.

    anyway thanks for the area help.
  5. Replies
    10
    Views
    1,631

    here is code

    here is function code

    float area(Point& A, Point& B, Point& C)
    {
    int x2 = B.GetX() - A.GetX();
    int x3 = C.GetX() - A.GetX();
    int y3 = C.GetX() - A.GetX();
    int y2 = B.GetX() -...
  6. Replies
    10
    Views
    1,631

    almost have it

    ok, i worked out the code. Had to go with govtcheese's formula.

    But everything works now except answer comes as something like a hexadecimal number.

    Area = 1.04635e+34, it should say 7. Any...
  7. Replies
    10
    Views
    1,631

    area function using xy

    I dont even have a clue, any tips how to begin?????

    I need to find an area of a triangle.

    User inputs x and y for Side A, B, C.

    I know how to do with just sides AB and C but how do I do it...
  8. Replies
    4
    Views
    1,846

    structs, array, code has problems, Im lost

    The more I try to fix the worse my code gets, Please what am I doing wrong...........
Results 1 to 8 of 8