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

Search:

Type: Posts; User: D_Drmmr

Search: Search took 0.16 seconds.

  1. Replies
    3
    Views
    7,456

    Re: Number Guessing Game Help

    You can use the stream operator with a string, but it will only read one word (up to the next whitespace). getline will read until the next newline character.
  2. Replies
    3
    Views
    7,456

    Re: Number Guessing Game Help

    Please use code tags when posting code to preserve indentation.
    Did you step through your program with the debugger and watch the values of your variables? If not, then you should do that first....
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured