CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2001
    Posts
    95

    C++/VB Operators

    I am not a C++ programmer, but I need to know what the homogenous operator of | (I'm assuming it's an operator) in C++ is in VB... Thanks for your help.


  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: C++/VB Operators

    That should be OR keyword

    -Cool Bizs

    Good Luck,
    -Cool Bizs

  3. #3
    Join Date
    Apr 2001
    Posts
    95

    Re: C++/VB Operators

    Thanks....
    I did not know that it was that easy (OR that is was a keyword not an operator) :-)

    Thanks a lot.


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