Search:

Type: Posts; User: papisuave

Search: Search took 0.00 seconds.

  1. ah

    I see. Thanks for the info alpha
  2. float

    what is a float?
  3. hmmm

    I checked your link out, but I am still confused where to start. I am looking at my assignment, and she is talking about constructors, accessor fuctions and mutuator fuctions. Man, I miss the...
  4. Nice one stiffy

    I got a kick out of that one, but really...

    What is a class?
  5. What is a class?

    I am a rookie at these kinds of thing and i have no clue what a "class" is or how it works. Can someone explain?
  6. Replies
    4
    Views
    1,888

    the compiler i am using is mvisual 6.0. Would...

    the compiler i am using is mvisual 6.0. Would that work with my compiler?
  7. Replies
    4
    Views
    1,888

    how do i loop this?

    How do i get this code to loop infinitely until the user tells it to stop?

    # include <iostream>
    # include <cmath>
    using namespace std;

    double average, sd, s1, s2, s3, s4, deviation;

    int...
  8. Replies
    14
    Views
    1,153

    what i mean is that i would like the user to be...

    what i mean is that i would like the user to be able to repeat the program. i would like the user to be able to input different scores each time. This would happen over and over again until the...
  9. Replies
    14
    Views
    1,153

    new problem

    How do i get this code to loop infinitely until the user tells it to stop?

    # include <iostream>
    # include <cmath>
    using namespace std;

    double average, sd, s1, s2, s3, s4, deviation;

    int...
  10. Replies
    14
    Views
    1,153

    Thanks you guys

    Thank you very much, I understand what i did wrong
  11. Replies
    14
    Views
    1,153

    why won't this work

    # include <iostream>
    # include <cmath>
    using namespace std;

    int average, sd, s1, s2, s3, s4, deviation;

    int main()
    {
    cout << "Press enter after entering a value.\n";
    cout << endl;
  12. Replies
    6
    Views
    1,038

    menu

    i don't undestand what you mean by the menu part, it keeps coming up with an error
  13. Replies
    6
    Views
    1,038

    another problem

    how do i loop the menu, and also--how do I keep the program running after i have entered an invalid number?
  14. Replies
    6
    Views
    1,038

    need a little help-where is the error?

    #include <iostream>
    using namespace std;

    int main()
    {
    double kilometers, double miles, double centigrade, double fahrenheit;
    double square_miles, double acres, double inches, double...
Results 1 to 14 of 14