Search:

Type: Posts; User: Kazasan

Search: Search took 0.00 seconds.

  1. Thread: looping help

    by Kazasan
    Replies
    1
    Views
    1,024

    looping help

    #include <iostream>
    using namespace std;
    void check(double a, double b);
    void checkepsilon(double eps);
    computexmid(double& c, double& d, double eps, double& mid);
    int main()

    {
    double xleft...
  2. Thread: debug help

    by Kazasan
    Replies
    2
    Views
    892

    thank you thank you. im so stupid:S

    thank you thank you.
    im so stupid:S
  3. Thread: debug help

    by Kazasan
    Replies
    2
    Views
    892

    debug help

    #include <iostream>
    using namespace std;
    void check(double a, double b)

    int main()
    {
    double xleft = 0;
    double xright = 0;

    cout << "Please enter xleft " << endl;
  4. Thread: Cin Test

    by Kazasan
    Replies
    5
    Views
    1,774

    ^ in simple C++ language u mean? (ur talking to...

    ^
    in simple C++ language u mean? (ur talking to to first year engineer programmer)
  5. Thread: Cin Test

    by Kazasan
    Replies
    5
    Views
    1,774

    Cin Test

    could anyone tell me a way to test if cin is a type double or int?
    thx
  6. Replies
    2
    Views
    936

    SWEET thanks, i'll make sure i'll use the code...

    SWEET thanks, i'll make sure i'll use the code tag next time,
    i luv u man.
  7. Replies
    2
    Views
    936

    Hw help, compiling error.

    #include <iostream>
    using namespace std;

    void Outputgrade(double avg);
    int const SENTINEL = -1;
    int main()
    {
    int i = -1;
    double num = 0, sum = 0, avg;
    do
  8. Replies
    12
    Views
    2,349

    Thanks guys for all of your time. this is the...

    Thanks guys for all of your time.
    this is the best thread i've been to.
    Once again THANK YOU.
  9. Replies
    12
    Views
    2,349

    ^GREAT explanation. your english is better than...

    ^GREAT explanation.
    your english is better than mine, if you fix "know" with "now".
    THANKS THANKS :p
  10. Replies
    12
    Views
    2,349

    Thanks so much, it made the concept alot clearer...

    Thanks so much, it made the concept alot clearer now. Yet i still don't know what i should do with my program.
    ^i tried what i thought would work up there, any suggestion to how i should go about...
  11. Replies
    12
    Views
    2,349

    I agree with you, so hmm you guys can call me an...

    I agree with you, so hmm you guys can call me an idiot if u want, but this is about as much as i could do. I dont know how to go about intergrating the pass by references and values into the...
  12. Replies
    12
    Views
    2,349

    could you explain what the "&" means?

    could you explain what the "&" means?
  13. Replies
    12
    Views
    2,349

    Urgent homework help for NEWBIE

    We are learning pass by references and values in our engineer 233 class.
    Our assignment: Use pass by references and values to write a program that convert miliseconds into hours: minutes : second...
Results 1 to 13 of 13