Search:

Type: Posts; User: Mr Fancy

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,438

    I've been going through a few tutorials to teach...

    I've been going through a few tutorials to teach myself c++ and even with basic programming experience (in java) some of them were really hard to follow. My recommendation is 'c++ ripped apart':...
  2. Replies
    3
    Views
    6,102

    Hmm it's still looping away without waiting for...

    Hmm it's still looping away without waiting for user input (more specifically, the Enter key) whenever I input a char or string instead of a number (ie, when cin.fail() == true). It's like cin isn't...
  3. Replies
    3
    Views
    6,102

    cin loop problem

    I have a nasty issue with 'cin' in loops. The first time through it works fine (I want to accept only an int for a function call in my program, and ignore chars that would mess it up) but subsequent...
Results 1 to 3 of 3