|
-
May 20th, 2005, 10:22 PM
#1
Thread Starter
Frenzied Member
UnSetBit right?
This seems to work but is it right?
template <typename T>
inline void UnSetBit(T &var, byte ind)
{
var &= ~(1 << ind);
}
-
May 20th, 2005, 10:41 PM
#2
Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.
-
May 21st, 2005, 07:42 AM
#3
Thread Starter
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|