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

Search:

Type: Posts; User: GCDEF

Search: Search took 2.00 seconds.

  1. Re: trouble with while statements...what am i missing?

    = assigns a value to a variable.
  2. Re: trouble with while statements...what am i missing?

    Do you know the difference between = and ==?

    Not sure what this is trying to accomplish?
    if (pin >= 10000 && pin <= 76086 || pin >= 76088 && pin <= 99999)
    Seems like that could be...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured