Search:

Type: Posts; User: Erondial

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,420

    Okay. Thanks.

    Okay. Thanks.
  2. Replies
    10
    Views
    1,420

    Well, windows has to have some way of figuring...

    Well, windows has to have some way of figuring out which file you have selected if you open it via the enter key... it's obviously stored SOMEWHERE... there's no function to get any information about...
  3. Replies
    10
    Views
    1,420

    No, I mean, when you're on the desktop, you have...

    No, I mean, when you're on the desktop, you have no windows/dialogs open, and you select a file, by single-clicking on it. It highlights blue. Windows has to keep the handle for that file somewhere....
  4. Replies
    10
    Views
    1,420

    They would, but I need to find which file to...

    They would, but I need to find which file to Open/Create, first, that's the problem.
  5. Replies
    10
    Views
    1,420

    Getting the selected file?

    Anyone know which function to call to get me the handle of the file currently selected? Or any information about it at all?
  6. Thread: Augh!

    by Erondial
    Replies
    6
    Views
    1,404

    Aha! I typecasted them, and it's working. Sorry,...

    Aha! I typecasted them, and it's working. Sorry, I wrote that code a while back, and didn't bother to check it again, and didn't want to bother writing a new one. I know it's kind of inefficient. I...
  7. Thread: Augh!

    by Erondial
    Replies
    6
    Views
    1,404

    Hmm... I changed it to >= 360, and the problem...

    Hmm...

    I changed it to >= 360, and the problem still occurs...
  8. Thread: Augh!

    by Erondial
    Replies
    6
    Views
    1,404

    Here's the whole vector.h file. typedef...

    Here's the whole vector.h file.


    typedef struct {
    double degrees;
    double power;
    double x;
    double y;
    } VECTORSTRUCT, *PVECTORSTRUCT;
  9. Thread: Augh!

    by Erondial
    Replies
    6
    Views
    1,404

    Augh!

    Okay, I'm sorry for dumping alot of code on you guys... but I'm at wit's end about this.

    I'm writing a 2D Space Shooter, in SDL. But that's not the problem. It has nothing to do with the SDL API....
  10. Thread: sinh

    by Erondial
    Replies
    4
    Views
    2,303

    Thanks! I've been really bashing my head into the...

    Thanks! I've been really bashing my head into the wall over this one. REALLY appreciate your help.
  11. Thread: sinh

    by Erondial
    Replies
    4
    Views
    2,303

    Yeah, I converted for degrees. Okay. That...

    Yeah, I converted for degrees.

    Okay. That explains ALOT.

    Now, my next question is:

    How would I preform a sin-1 operation?
  12. Thread: sinh

    by Erondial
    Replies
    4
    Views
    2,303

    sinh

    Before I ask a long stupid question, let's start with a short one first.

    Is sinh the same function as sin-1 (as on a calculator)?

    I get the impression that it is, but if so, then it's not quite...
Results 1 to 12 of 12