Search:

Type: Posts; User: Iceboy152

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    1,110

    Ah...

    Ah...
  2. Replies
    13
    Views
    1,110

    Okay, the error changed. I'm also updating the...

    Okay, the error changed.

    I'm also updating the code in the original post.

    Here's the new error:


    Just for reference, here's those 3 lines:
  3. Replies
    13
    Views
    1,110

    Sorry in advance for the double post. No....

    Sorry in advance for the double post.



    No. But then again, I'm not sure it isn't, either. If you have a better way to raise a number to a power, please enlighten me.
  4. Replies
    13
    Views
    1,110

    Because he told me to....

    Because he told me to.
    Or at least I think that's what he meant.

    Anyway, I added the semicolons, but it doesn't seem to help.
  5. Replies
    13
    Views
    1,110

    Done. I put it in the original post.

    Done. I put it in the original post.
  6. Replies
    13
    Views
    1,110

    WHAT is going ON!?

    Okay, i'm getting this really odd error message...26 times.

    The message is:


    My code to classify a triangle.

    #include <iostream>
    #include <cstdlib>
    #include <cmath>
  7. Thread: Radical Sign

    by Iceboy152
    Replies
    2
    Views
    5,416

    Thanks

    Thanks
  8. Thread: Radical Sign

    by Iceboy152
    Replies
    2
    Views
    5,416

    Radical Sign

    How do i put a radical sign ( √ ) or its equivalent in a code still encoded in ANSI?

    For anyone who doesn't know, a radical sign performs the square root function in math.
  9. Thread: Repeat Code

    by Iceboy152
    Replies
    11
    Views
    1,210

    Much obliged! [EDIT] Idle curiosity....what do...

    Much obliged!

    [EDIT] Idle curiosity....what do the inclusions "ctime" and "ctype" do?
  10. Thread: Repeat Code

    by Iceboy152
    Replies
    11
    Views
    1,210

    GAAH! I changed a few things, and it worked,...

    GAAH! I changed a few things, and it worked, except now i'm getting a new error...the prompt tells me there is a syntax error on line 9:

    int main()

    is there??
  11. Thread: Repeat Code

    by Iceboy152
    Replies
    11
    Views
    1,210

    I realize you've probably said this two or three...

    I realize you've probably said this two or three times already, and I apologize, but I just don't get it. I understand that i need to write a while loop. The part i don't understand is how to get...
  12. Thread: Repeat Code

    by Iceboy152
    Replies
    11
    Views
    1,210

    I *think* I get what you're saying, but now the...

    I *think* I get what you're saying, but now the prompt is throwing error #E2120--Cannot call "main" from within the program in function main().

    Also, it's saying function win() is undefined.....
  13. Thread: Repeat Code

    by Iceboy152
    Replies
    11
    Views
    1,210

    The highlighted parts weren't what I actually put...

    The highlighted parts weren't what I actually put in my code (i had no idea how to do this). They were only meant to show where I wanted the code to go from there. As for your other statement, I...
  14. Thread: Repeat Code

    by Iceboy152
    Replies
    11
    Views
    1,210

    Repeat Code

    Don't make fun of me because my question seems kind of juvenile to you...I started learning C++ maybe three days ago, so....

    With that said, I'm having a problem with a "game" I'm trying to create...
Results 1 to 14 of 14