Advertising (This ad goes away for registered users. You can Login or Register)

C/C++ How to get least significant bit

Programming on your favorite platform, for your favorite platform? Post here
KAZZQE
Posts: 36
Joined: Mon Feb 14, 2011 1:37 pm

Re: C/C++ How to get least significant bit

Post by KAZZQE »

thanks for the information from both of you so far.(:

but.. in which header is this CHAR_BIT defined?
Advertising
kazzqe alias tukkitukki
looking don't costs: http://gercode.blogspot.com

the reason for this bad english is that i'm german.. :b
codestation
Big Beholder
Posts: 1660
Joined: Wed Jan 19, 2011 3:45 pm
Location: /dev/negi

Re: C/C++ How to get least significant bit

Post by codestation »

Code: Select all

#include <limits.h>
Advertising
Plugin list
Working on: QPSNProxy, QCMA - Open source content manager for the PS Vita
Playing: Error: ENOTIME
Repositories: github, google code
Just feel the code..
KAZZQE
Posts: 36
Joined: Mon Feb 14, 2011 1:37 pm

Re: C/C++ How to get least significant bit

Post by KAZZQE »

thank you very much!(:
kazzqe alias tukkitukki
looking don't costs: http://gercode.blogspot.com

the reason for this bad english is that i'm german.. :b
Locked

Return to “Programming”