Search:

Type: Posts; User: jamesmac14

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    5,626

    Didn't jump anyways. Already seen too many of...

    Didn't jump anyways. Already seen too many of these things.
  2. Replies
    2
    Views
    853

    Yea just find the ASCII number for the symbol and...

    Yea just find the ASCII number for the symbol and use that. For hit Alt+156 on your number pad and it displays the £. Same concept.
  3. Replies
    8
    Views
    994

    You can also use a getch(); command at the end of...

    You can also use a getch(); command at the end of your program which waits for the user to hit any key on the keyboard. This stops your program from running and disappearing before you can see it. ...
  4. Replies
    7
    Views
    1,549

    It is still good practice to initialize it to 0...

    It is still good practice to initialize it to 0 anyway.
  5. Replies
    8
    Views
    2,086

    Try this

    prog-bman has a point here. When you use strings, or character arrays, it is usually good to put a cin.ignore(); after the input statement. This helps "clean up" because your program will still be...
Results 1 to 5 of 5