Search Result

Collapse
2 results in 0.0025 seconds.
Keywords
Members
Tags
bitwise
  •  

  • How to bitmaps and bitwise operators to sort and remove duplicates in a file?

    I have to write a program to demonstrate using bitmaps and bitwise operators to sort and remove duplicates
    from a file of random phone numbers. a lot of them...

    im not new to programming and i want to really understand this so i was wondering i put up my code could i get some constuctive feed back about what might be wrong or missing from my approach. what i really dont want is the entire code just fed to me.. so in a lil while...
    See more | Go to post
    Last edited by Niheel; Feb 10 '11, 07:25 AM.

  • yeshello54
    started a topic bitwise operations.
    in C

    bitwise operations.

    Hey everyone. Quick question. Say I have a hex string = "6c". I want to be able to turn that into a bit representation of 0000 0000. would i have to convert it to a integer first then do some sort of left shift on it?? Thanks.
    See more | Go to post
Working...