cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
bitwise shifting
bitwise shifting
Aug 7, 2009 at 3:36pm UTC
Kanner
(14)
The bitwise commands of
x>>= ??
x<<= ??
The number which follows (??) is how many positions to shift?
Thank you for any comments on this matter.
Aug 7, 2009 at 3:56pm UTC
Bazzy
(6281)
The number which follows (??) is how many positions to shift?
Yes
Aug 7, 2009 at 4:26pm UTC
Kanner
(14)
Thank You
Topic archived. No new replies allowed.