Search:

Type: Posts; User: Kegs

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,447

    Seems to work a lot better using 'getline',...

    Seems to work a lot better using 'getline', Thanks.
  2. Replies
    10
    Views
    1,447

    Sorry like I said, I'm still very new and just...

    Sorry like I said, I'm still very new and just read over the first 2 lessons once. I'm not quite sure what a string is that's why I didn't use it, I thought that int would be ok to user here. I'm...
  3. Replies
    10
    Views
    1,447

    Didn't think about that, added in '='...

    Didn't think about that, added in '<=' and '>=' where unnecessary. Thanks
  4. Replies
    10
    Views
    1,447

    So I've added in, int name; cout

    So I've added in,


    int name;

    cout<<"/nYour name is: "<< name;
    cin<< name;
    cin.ignore();

    However when I press enter it just goes through the whole program without pausing for me to enter...
  5. Replies
    10
    Views
    1,447

    Works like a treat, Thanks. Do you anyway I...

    Works like a treat, Thanks.

    Do you anyway I can solve my second problem?
  6. Replies
    10
    Views
    1,447

    [Noob Needing Help] Not too sure I understand!

    Hey all, so I'm currently in my last year in school and want to go down the career path of programming. So I decided to begin learning early. I want to learn C++ and have followed lessons 1 and 2 on...
Results 1 to 6 of 6