Results 1 to 1 of 1

Thread: bit shifting in vb (resolved)

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2003
    Posts
    149

    bit shifting in vb (resolved)

    My mergesort program doesnt work if i change the \ 2 to >>1
    in the following line
    why? it works in C is there some other goofy notation for it?

    MergeSort(Array, lower, (lower + upper) \ 2)

    thanx abcdefg
    Last edited by abcdefg; Nov 3rd, 2003 at 08:46 PM.

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