Search:

Type: Posts; User: WilliamK99

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    8,187

    Thanks I changed fltNumbac = fltBacpresent *...

    Thanks I changed
    fltNumbac = fltBacpresent * pow(fltDays / 10);

    to

    fltNumbac = pow(fltBacpresent, fltDays/10);


    and it worked like a charm.
  2. Replies
    5
    Views
    8,187

    pow function not working

    This is supposed to be a very simple program but for some reason I cannot get the pow function to work. I keep on coming up with an error that states
    "could not find a match for pow(float), am I...
  3. Replies
    3
    Views
    1,021

    Thanks so much, I feel so lame right now, I read...

    Thanks so much, I feel so lame right now, I read and re-read my code and overlooked both minor errors.

    I appreciate the help.
  4. Replies
    3
    Views
    1,021

    Newbie having problems with errors

    I am in a Programming design class, not even C++, and am basically trying to make a program from a design I did. I have very limited experience with C++ and feel through reading online that I get the...
  5. Replies
    9
    Views
    1,160

    Help with a simple program

    OK, I'll be honest with you all, I took a few programming classes and I was wondering if someone had a link to an exe program that makes a big star into a little star and vice versa. I am in the...
Results 1 to 5 of 5