For Programmers: Free Programming Magazines  


Home > Archive > Visual Studio > September 2004 > VB6 Equivalent of Right Shift operator ( >> )









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author VB6 Equivalent of Right Shift operator ( >> )
Bob

2004-09-18, 3:57 am

What is an equivalent of a Right Shift operator (>> ) in
visual basic 6.0? I am trying to convert a C++ code into
visual basic that looks like the following:

While (m < n)
{
k = (m+n) >> 1
}

Thanks,
Bob

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com