Search:

Type: Posts; User: goodfornothing

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,518

    I feel like you'll be boxing yourself in with the...

    I feel like you'll be boxing yourself in with the OPEC reference in your thesis. I don't think they had as much of an impact as China did with the debt expansion in the US.
  2. Replies
    4
    Views
    1,590

    Ok, I searched around a found a solution by...

    Ok, I searched around a found a solution by placing the cin.clear() and cin.ignore after the cin >> line. It needs both there, and in this order for it to work.



    cin >> menuchoice;
    ...
  3. Replies
    4
    Views
    1,590

    Confused Beginner - hangman game

    This is pretty much my first attempt at anything in C++. I started off writing code in HTML then PHP now I've moved on to C++.

    Specifically in this, I am having a problem with the menu function....
Results 1 to 3 of 3