Blog on algorithms, puzzles, programming .... musings of a computer engineer.
#define MULTIPLY_BY_7(num) (num << 3) - num
Post a Comment
No comments:
Post a Comment