Sample Source Code for programming problems
Java, c, C++, win32, .net, C#, ASP, VB, ADO, and many more
Monday, July 28, 2008
C Macro Source Code for verifying if a number is power of two.
#define power_of_two(x) ((x)&&(~(x&(x-1))))
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Your Title
No comments:
Post a Comment