Search:

Type: Posts; User: Dave3of5

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,376

    Yes sorry

    Yes sorry
  2. Replies
    9
    Views
    1,376

    Also I think you want to replace the first...

    Also I think you want to replace the first cin.get() with:

    choicemenu = cin.get();

    Although remember if someone doesn't enter a int (they type in letters) you will still get an int put into...
  3. Replies
    7
    Views
    2,000

    Thanks, I've been looking through some code...

    Thanks, I've been looking through some code (quite large examples) and it was scattered about both ways.

    I guessed it was because different people coded different parts but I was just checking...
  4. Replies
    7
    Views
    2,000

    Stupid Question

    I know this is a stupid question but it there any difference between:

    type* identifer;

    and

    type * identifer;

    and
Results 1 to 4 of 4