Re: How to print out
- From: Jack Klein <jackklein@xxxxxxxxxxx>
- Date: Mon, 20 Feb 2006 22:46:20 -0600
On 20 Feb 2006 13:02:30 -0800, poison.summer@xxxxxxxxx wrote in
comp.lang.c:
Hi I have a char variable p,
I'd like to print the lower 4 bits and higher 4 bits of p seperately,
how can I do it?
Thanks a lot!
Which four of the 32 bits in the char are "lower" and which are
"higher"? If you had said "lowest" and "highest", we would know for
sure what you were talking about. And what do you want to do with the
other 24 bits?
And why are you posting this again instead of reading the replies to
your previous post of the same question?
--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
.
- Follow-Ups:
- Re: How to print out
- From: Praetorian
- Re: How to print out
- References:
- How to print out
- From: poison . summer
- How to print out
- Prev by Date: Re: Seriously struggling with C
- Next by Date: Re: String to Octal
- Previous by thread: Re: How to print out
- Next by thread: Re: How to print out
- Index(es):
Relevant Pages
|
Loading