Click here to Skip to main content
15,901,122 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Bit-Shifting - What is it? Pin
The other Chris Losinger12-Feb-02 6:51
The other Chris Losinger12-Feb-02 6:51 
AnswerRe: Bit-Shifting - What is it? Pin
Rick York12-Feb-02 6:52
mveRick York12-Feb-02 6:52 
AnswerRe: Bit-Shifting - What is it? Pin
User 665812-Feb-02 7:02
User 665812-Feb-02 7:02 
GeneralRe: Bit-Shifting - What is it? Pin
Joaquín M López Muñoz12-Feb-02 7:05
Joaquín M López Muñoz12-Feb-02 7:05 
GeneralRe: Bit-Shifting - What is it? Pin
Nemanja Trifunovic12-Feb-02 7:08
Nemanja Trifunovic12-Feb-02 7:08 
GeneralRe: Bit-Shifting - What is it? Pin
Joaquín M López Muñoz12-Feb-02 7:11
Joaquín M López Muñoz12-Feb-02 7:11 
GeneralRe: Bit-Shifting - What is it? Pin
Nemanja Trifunovic12-Feb-02 7:07
Nemanja Trifunovic12-Feb-02 7:07 
AnswerRe: Bit-Shifting - What is it? Pin
12-Feb-02 8:17
suss12-Feb-02 8:17 
Thanks for your example.

I finally understand most of this memory manipulation stuff now.

11111111 11111111 11111111 11111111

11000000 10101000 00000000 00000001

<<24:
[00000000 00000000 00000000] 11000000

<<16:
[00000000 00000000 00000000] 10101000

<<8:
[00000000 00000000 00000000] 00000000

<<0 (not shifted):
[00000000 00000000 00000000] 00000001

To get keywords to appear in red, enclose them in <span style="color:red"> and </span>
Generalstatic_cast error Pin
RobJones12-Feb-02 6:30
RobJones12-Feb-02 6:30 
GeneralRe: static_cast error Pin
pba_12-Feb-02 6:38
pba_12-Feb-02 6:38 
GeneralRe: static_cast error Pin
RobJones12-Feb-02 6:48
RobJones12-Feb-02 6:48 
GeneralOne simple question => Pin
12-Feb-02 4:39
suss12-Feb-02 4:39 
GeneralRe: One simple question => Pin
Ravi Bhavnani12-Feb-02 5:08
professionalRavi Bhavnani12-Feb-02 5:08 
GeneralRe: One simple question => Pin
12-Feb-02 5:21
suss12-Feb-02 5:21 
GeneralRe: One simple question => Pin
Kashif Manzoor12-Feb-02 5:41
Kashif Manzoor12-Feb-02 5:41 
GeneralThanx Pin
12-Feb-02 22:24
suss12-Feb-02 22:24 
GeneralGrouping Data Pin
12-Feb-02 4:31
suss12-Feb-02 4:31 
GeneralRe: Grouping Data Pin
Mazdak12-Feb-02 4:39
Mazdak12-Feb-02 4:39 
Generalproblem opening files in application Pin
Stew12-Feb-02 4:21
Stew12-Feb-02 4:21 
GeneralRe: problem opening files in application Pin
Nish Nishant12-Feb-02 5:16
sitebuilderNish Nishant12-Feb-02 5:16 
GeneralRe: problem opening files in application Pin
12-Feb-02 7:03
suss12-Feb-02 7:03 
GeneralMs Word Automation and ActiveX Pin
Braulio Dez12-Feb-02 3:48
Braulio Dez12-Feb-02 3:48 
QuestionHow to remove this small error with sprintf Pin
tppradeep1812-Feb-02 1:26
tppradeep1812-Feb-02 1:26 
AnswerRe: How to remove this small error with sprintf Pin
Christian Graus12-Feb-02 1:33
protectorChristian Graus12-Feb-02 1:33 
GeneralRe: How to remove this small error with sprintf Pin
tppradeep1812-Feb-02 1:43
tppradeep1812-Feb-02 1:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.