Search:

Type: Posts; User: GrPlayer

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,630

    Good morning san12345. First of all; You need...

    Good morning san12345.

    First of all; You need to improve your "style" of coding. I mean leave blank lines when needed, so if you read it 2 or 3 months later, you won't try to figure out what the...
  2. Thread: quiz program

    by GrPlayer
    Replies
    6
    Views
    1,031

    No worries. Glad it worked.

    No worries. Glad it worked.
  3. Thread: quiz program

    by GrPlayer
    Replies
    6
    Views
    1,031

    An easy way to avoid this happen is to change...

    An easy way to avoid this happen is to change this:

    scanf_s("%c", &yourchar);

    to this


    scanf_s(" %c", &yourchar);
Results 1 to 3 of 3