Search:

Type: Posts; User: Kaza

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    9,812

    Thanks for the help guys

    Thanks for the help guys
  2. Replies
    9
    Views
    9,812

    If i would ask to print S() it would print 0

    If i would ask to print S() it would print 0
  3. Replies
    9
    Views
    9,812

    Well it should fail 2nd test and print triangle...

    Well it should fail 2nd test and print triangle does not exist but i also rewrote the code. Now it checks if the triangle is real at the end and prints the answer based on that
  4. Replies
    9
    Views
    9,812

    s=(a, b , c); i just forgot the 2nd S

    s=(a, b , c); i just forgot the 2nd S
  5. Replies
    9
    Views
    9,812

    Need help with function and returning double

    void duom(double &a, double &b, double &c)
    {
    ifstream in("sk.txt");
    in >> a;
    in >> b;
    in >> c;
    in.close();
    }
Results 1 to 5 of 6