Search:

Type: Posts; User: thekautz

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,040

    Yup, THanks, it works

    Allright, thanks a bunch, I got it to work, i was having a complete brain fart haha
    here it is:


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

    int main()
    {
  2. Replies
    2
    Views
    1,040

    Repeating Program Question

    Hey,
    I am writing a do-while loop program that will ask a user for a number then print "I love programming" that number of times. For example, if the user types in 3, then it would read "I love...
  3. Replies
    7
    Views
    1,424

    Thanks!

    Ok, thank you all very much, sorry for the trouble!
    I got it to work and it is great!
    Thanks once again!
  4. Replies
    7
    Views
    1,424

    I apologize, I am a bit confused right now. Do I...

    I apologize, I am a bit confused right now.
    Do I have to go somewhere to find the answer or suggestion to my problem, or does someone just post it here if they notice it?
    Thanks for all of your...
  5. Replies
    7
    Views
    1,424

    uh, but what would that be? That's what I am...

    uh, but what would that be?
    That's what I am wanting to find out.
  6. Replies
    7
    Views
    1,424

    3-dimensional solid program

    Hello,
    I am working on a program where the user enters the 3 dimensions of a solid (any solid) and the program calculates the volume of the figure!
    I have tried it and i have a list of errors, but...
  7. Replies
    2
    Views
    3,127

    3 dimensional figure volume

    Here is the code for my program:
    It is supposed to ask for 3 dimensions of a solid to find the volume of the figure.



    //Description: This program asks for the 3 dimensions of a solid to...
  8. Replies
    8
    Views
    2,183

    Oh I see haha

    Wow, that slipped my eye, thanks a lot
    I know that that doesnt have anything to do with square roots, but it was in the area, so, i dont know!
    Haha thanks a lot.
  9. Replies
    8
    Views
    2,183

    Where line 140 is.

    Oops, sorry.
    Line 140 is somewhere in this area. I have a couple lines because I may have counted one or two off :)



    if (x < 0)
    {
    ...
  10. Replies
    8
    Views
    2,183

    To Clear it up a bit.

    I should be a bit more clear, I am trying to make the square root function not allow negative numbers, for if the user enters a negative number, then they are told not to do so, and they are allowed...
  11. Replies
    8
    Views
    2,183

    Square Root Problem.

    Hello,
    I have written a program that allows the user to choose a calculator function, then enter numbers and then it gives the answer.
    All is working, except for the square roots function.
    Below...
  12. Replies
    6
    Views
    1,629

    Thanks!

    Wow, Thank you all so much for the excellent help.
    I am very grateful that there are people out there to help me with this, rather than just give up on it.
    I used what you all said, and it works....
  13. Replies
    6
    Views
    1,629

    For Statement Question

    Hello,
    I am working on a program that asks the user to input an integer value. It then raises X to all the powers from 0 up to 5, using the user entered value.

    For example, if the user entered 5...
  14. Replies
    4
    Views
    2,332

    What do you mean? Where would I put "B" and "C"...

    What do you mean?
    Where would I put "B" and "C" instead?
    I don't understand what you're saying.
  15. Replies
    4
    Views
    2,332

    While Statements Question

    Hello,
    I am writing a C++ program that displays a multiple choice question, and then asks the user for the answer. I am posting this because I have a couple questions regarding errors I receive....
  16. Replies
    2
    Views
    1,725

    Yes! I remember that now. Now it is working!...

    Yes!
    I remember that now.
    Now it is working!
    Thank you nucleon!
  17. Replies
    2
    Views
    1,725

    Non-lvalue in Program Question

    Hello,
    The errors are at the bottom of the post, and they are about the error: non-lvalue.
    I am writing a program which allows the user to choose a beverage, sandwich and side order from a menu....
  18. Replies
    3
    Views
    2,558

    Multiple If Statements Question.

    Hello,
    Here is what I am writing a program for. I have my code at the bottom of the page, along with the listed errors I receive when executing the program. It would be greatly appreciated if anyone...
  19. Replies
    6
    Views
    1,255

    Thank you all so much!

    Well, I tried ending with a curly bracket and sure enough, that was it!
    Thank you so much everyone, you saved me so much time!
  20. Replies
    6
    Views
    1,255

    If Statement Question

    Hello, I am working on a program to calculate the letter grade for a user once they put in their grade as a decimal.
    When I try to use the program, the following messages appear:


    grade.cpp: In...
  21. Replies
    3
    Views
    1,381

    If statements question.

    Hello,
    I am having a difficulties with a C++ program involving "if" statements.
    I recieve a syntax error that reads the following:
    grade.cpp: In function `int main()':
    grade.cpp:21: syntax error...
Results 1 to 21 of 21