Search:

Type: Posts; User: laserlight

Search: Search took 0.18 seconds.

  1. Replies
    20
    Views
    3,413

    When the EOF condition has been reached.

    When the EOF condition has been reached.
  2. Replies
    20
    Views
    3,413

    Okay, post your current program. Use a common...

    Okay, post your current program. Use a common indent style and have each statement on its own line.
  3. Replies
    20
    Views
    3,413

    Does your test output using the given sample...

    Does your test output using the given sample input match the sample output exactly? Sometimes tiny formatting differences can cause problems for automated checkers.
  4. Replies
    20
    Views
    3,413

    Note that variable length arrays are not part of...

    Note that variable length arrays are not part of standard C++, so if the compiler for the automatic checker does not allow for such a language extension, your code will not even compile.
Results 1 to 4 of 4