Search:

Type: Posts; User: shewolf

Search: Search took 0.01 seconds.

  1. Thread: Stuck again!

    by shewolf
    Replies
    17
    Views
    1,938

    oops...I hit enter too soon. I tried typing in a...

    oops...I hit enter too soon. I tried typing in a letter for the menu and it kept repeating its self over and over lol.
  2. Thread: Stuck again!

    by shewolf
    Replies
    17
    Views
    1,938

    Yes exit thats it! Thanks so much. It now runs...

    Yes exit thats it! Thanks so much. It now runs smoothy. I will also try the continue false. Thanks,
  3. Thread: Stuck again!

    by shewolf
    Replies
    17
    Views
    1,938

    Thank you. I want the program to terminate when...

    Thank you. I want the program to terminate when the user hits 4



    #include <stdlib.h>
    #include <iostream>
    #include <string>
    #include <conio.h>
    #include <windows.h>
    using namespace std;
  4. Thread: Stuck again!

    by shewolf
    Replies
    17
    Views
    1,938

    thanks for the tip~ ^_^ I think i remeber reading...

    thanks for the tip~ ^_^ I think i remeber reading about a function that automaticly ends the program when called but I cant think of what its called?
  5. Thread: Stuck again!

    by shewolf
    Replies
    17
    Views
    1,938

    NM, I did that. It working really well. Only...

    NM, I did that. It working really well. Only qwhen i choose 4 to quit it keeps repeating the menu lol.
  6. Thread: Stuck again!

    by shewolf
    Replies
    17
    Views
    1,938

    Ok, thanks that makes alot of sence. Another...

    Ok, thanks that makes alot of sence. Another question. How would I declare x? As x = 4?
  7. Replies
    15
    Views
    5,790

    isnt thier suppose to be a period in getline?

    isnt thier suppose to be a period in getline?
  8. Thread: Stuck again!

    by shewolf
    Replies
    17
    Views
    1,938

    thanks so much. I've added the while loop and...

    thanks so much. I've added the while loop and removed the function menu. I do have a few tiny errors such as parse error before certin symbols. What exactly is a parse error?



    #include...
  9. Thread: Stuck again!

    by shewolf
    Replies
    17
    Views
    1,938

    Stuck again!

    Ok, well I got the menu set up and when the user enters a option it displays the string. Then I want the menu to reapear again so they may choose another option but i keep getting the press any key...
  10. Replies
    2
    Views
    853

    Try www.cplusplus.com. Lots of great tutorials...

    Try www.cplusplus.com. Lots of great tutorials there.
  11. Replies
    8
    Views
    1,013

    I did? ...LOL hehe. I solved my problem. Yay....

    I did? ...LOL hehe.
    I solved my problem. Yay.
    However a new one has arised.
    I output a long string and it trails off into the right of the screen and i cant read it. I tried useing endl; but to no...
  12. Replies
    8
    Views
    1,013

    Oh, NM I figured it out. I declared my functions...

    Oh, NM I figured it out. I declared my functions as void and removed the return values therefore it doest not cause any errors! Wow, programming is so fun lol!
  13. Replies
    8
    Views
    1,013

    Thanks so much for your help, I was able to...

    Thanks so much for your help, I was able to compile without any error. However when i choose the option it displays the string but imeadetly i get an error pop up of an illegal operation thne ends...
  14. Replies
    8
    Views
    1,013

    re

    Hmm....
    I tried return cout << "text"; but that gave me a bunch of errors. I'm so lost :(
  15. Replies
    8
    Views
    1,013

    Help! Please :(

    I want the user to type in a command then display a string but i keep getting my default error messege.




    #include <stdlib.h>
    #include <iostream>
    #include <string>
    #include <conio.h>...
Results 1 to 15 of 15