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

Threaded View

  1. #1
    Join Date
    Nov 2006
    Location
    Australia
    Posts
    1,569

    [RESOLVED] Are Binary Operators Used Alot in Modern Programming

    I'm wondering if they are because they are sort of confusing and I'm not sure if I need to learn them or not...

    Just to make sure, the only binary operators are &(and), |(or) and ^(exclusive or), right?

    Edit: I do know that <variable> & 1 will return true if variable is odd.. but that's all. :P
    Last edited by Mybowlcut; March 31st, 2007 at 03:21 AM.
    Good judgment is gained from experience. Experience is gained from bad judgment.
    Cosy Little Game | SDL | GM script | VLD | Syntax Hlt | Can you help me with my homework assignment?

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