Search:

Type: Posts; User: MatthewDoucette

Search: Search took 0.00 seconds.

  1. best STL method to implement a binary tree

    What's the best STL class or method to implement a binary tree?

    I know some STL classes are stored as binary trees internally, but this is not what I want. I wish to create and have full control...
  2. Oh, and sorry about the "results in infinity", as...

    Oh, and sorry about the "results in infinity", as I knew it was actually undefined (as it approaches both positive and negative infinity depending on which direction to approach it from.) I should...
  3. This is all I really wanted to know. I can check...

    This is all I really wanted to know. I can check to see if the result is finite, if it is not then I can handle it and make sure my program doesn't crash. I believe this is the solution I was...
  4. tan(pi/2) = infinity; now try to do this is C

    Can you make "tan()" crash, by passing it pi/2 (which results in infinity)?

    I tested it out, with float and double, and I cannot pass it exactly pi/2, so it does not crash. I've also tried...
  5. Replies
    4
    Views
    10,542

    Thanks for the suggestions. If any of you have...

    Thanks for the suggestions. If any of you have example pictures of hierarchy charts you have constructed, I would love to see them.

    I have downloaded and tried SmartDraw already. I did not find...
  6. Replies
    4
    Views
    10,542

    Hierarchy Chart software suggestions?

    I am looking for hierarchy chart software. Any suggstions?

    Specifically I want to be able to chart out the hierarchy of my units and functions.

    (A quick search of this board for related topics...
Results 1 to 6 of 6