Search:

Type: Posts; User: Moffia

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,658

    oh, finally my dad helpd me, the thing in the...

    oh, finally my dad helpd me, the thing in the Bold is the thing i forgot

    void __fastcall Tmpstokmph::calculate(TObject *Sender)
    {
    kmph->Text = FloatToStrF((StrToFloat (mps->Text * 60) * 60) /...
  2. Replies
    3
    Views
    1,658

    nope that's not it, because i want the mps...

    nope that's not it, because i want the mps variable multiplies with 60, and that answer must be multiplied with 60, and that answer must be divided by 1000
  3. Replies
    3
    Views
    1,658

    Help with calculating

    i am making a program that's calculate Meters Per Second into Kilometers Per Hour.. i used this piece of code to do the calculate:


    void __fastcall Tmpstokmph::calculate(TObject *Sender)
    {...
Results 1 to 3 of 3