Search:

Type: Posts; User: mcaro72

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,575

    i solved the problem, thank you.

    i solved the problem,
    thank you.
  2. Replies
    6
    Views
    1,575

    o.k but instead of getch(), tell me what to use?

    o.k
    but instead of getch(), tell me what to use?
  3. Replies
    6
    Views
    1,575

    well, i'm working with Borland C++, it is not...

    well, i'm working with Borland C++, it is not necessary to write ".h" at the end.
    About the others libraries, i do not use for the moment.
    I just took part of a program and posted it.
  4. Replies
    6
    Views
    1,575

    problem with printf!!!!

    Hello everybody,
    see this program


    #include<stdlib>
    #include<stdio>
    #include<conio>
    #include<iostream>

    using namespace std;
  5. Replies
    42
    Views
    3,844

    Thank you all(Daved,et al.) I solved the...

    Thank you all(Daved,et al.)
    I solved the problems,
    The problem was with the function.

    Gracias!!!!
  6. Replies
    42
    Views
    3,844

    i am tryng.

    i am tryng.
  7. Replies
    42
    Views
    3,844

    I dont know how to solve this problem, the...

    I dont know how to solve this problem, the problem remains!!!!
  8. Replies
    42
    Views
    3,844

    i mean I took

    i mean I took
  9. Replies
    42
    Views
    3,844

    You are right, i ook this part of program and...

    You are right,
    i ook this part of program and execute it and works! That is the error is not about casting..
    thii is the program


    #include<stdio>
    #include<stdlib>
    #include<iostream>...
  10. Replies
    42
    Views
    3,844

    well, the function is O:K, the error appears...

    well, the function is O:K, the error appears before the function works
  11. Replies
    42
    Views
    3,844

    no, i did not miss anything I thought that the...

    no, i did not miss anything

    I thought that the problem was the "CASTING", c is float, n is integer...
  12. Replies
    42
    Views
    3,844

    yeah, it has stable solution every interval...

    yeah, it has stable solution every interval -PI/2 + kPI,PI/2 + kPI, k belongs to integer set
  13. Replies
    42
    Views
    3,844

    here it goes the original #include...

    here it goes the original


    #include<stdio>
    #include<stdlib>
    #include<iostream>
    #include<math>
    #define PI 3.14159265358979324

    using namespace std;
  14. Replies
    42
    Views
    3,844

    well, i forgot to put ";" in float z=...

    well, i forgot to put ";" in


    float z= 1/2.0-x*tan(x)+x

    but...
  15. Replies
    42
    Views
    3,844

    yeah!

    yeah!
  16. Replies
    42
    Views
    3,844

    O.K. Daved, this is the program ...

    O.K. Daved, this is the program


    #include<stdio>
    #include<stlib>
    #include<iostream>
    #include<math>
    #define PI 3.14159265358979324

    using namespace std;
  17. Replies
    42
    Views
    3,844

    Well , the error remains, this is the excact...

    Well , the error remains, this is the excact error:
    "Project iterarmulti.exe raised exception class EInvalidOp with message 'Invalid floating point operation'. Process stopped . Use Step or Run to...
  18. Replies
    42
    Views
    3,844

    i'm going to probe, P.S. I'm working with...

    i'm going to probe,

    P.S. I'm working with Borland C++ 4.0
  19. Replies
    42
    Views
    3,844

    yes, i removed #define and put const double Pi...

    yes, i removed #define and put const double Pi ... but remains the error
  20. Replies
    42
    Views
    3,844

    Thanks, but i made the change and the error...

    Thanks, but i made the change and the error remains "invalid floating overpoint"
  21. Replies
    42
    Views
    3,844

    Problem with "Casting"

    Hello Everybody,

    I ve got this error "Invalid floating point operation" whne i compile this:

    ...
    #define Pi = 3.141596
    ...
    float c;
    int n;
Results 1 to 21 of 21