Search:

Type: Posts; User: MrWannabe

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    17,696

    Understanding Bitwise Manipulation in c

    I'm having some problems with some concepts.

    Using no loops nor conditionals, I want to understand how to work with bitwise manipulation using only these operations: <<, >>, +, |, ^, &, ~, !, =
    ...
  2. Replies
    1
    Views
    3,252

    Bitwise Manipulations in c

    I'm having some problems in an assignment of mine.

    The assignment is as follows: with a limited number of legal operations, perform various functions. No conditionals (if's) nor loops are allowed...
Results 1 to 2 of 2