CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: QuinnJohns

Search: Search took 0.02 seconds.

  1. Replies
    13
    Views
    20,915

    Re: C# do-while? Necklace Problem

    The neat part about Exceptions, are they help you locate the problems. Often times you may want to generate an error message, to display to the user of your applications. You have various higher...
  2. Replies
    13
    Views
    20,915

    Re: C# do-while? Necklace Problem

    Read up on Console.Read() here. Essentially, it reads the next character from the standard input stream. As opposed to Console.ReadLine(), which reads the "next line of characters" from the standard...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured