CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 12 of 12

Threaded View

  1. #9
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: Scanner Class with the ArrayList

    The Scanner class's method is waiting for more input. You need a way to tell it that the input is finished.

    One possible solution: End the input with a non-digit like this: 1 2 3 X
    Last edited by Norm; December 17th, 2013 at 10:20 AM.
    Norm

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured