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
binary vs. decimal
binary vs. decimal
Aug 4, 2009 at 7:21pm UTC
MiaZas
(26)
I am trying to figure out the decimal equivalent of 11011 and I got 16, is that right? And I'm also tryin to get the binary equivalent of 39 and I got 0011, is that also correct?
Aug 4, 2009 at 7:27pm UTC
chrisname
(7395)
No, 1011 is 27 and 39 is 100111.
Use this to check
http://acc6.its.brooklyn.cuny.edu/~gurwitz/core5/nav2tool.html
Wikipedia has some ways you can convert them with "successive multiplication" or something like that.
Aug 4, 2009 at 8:35pm UTC
Bazzy
(6281)
You can also read this:
http://www.cplusplus.com/doc/hex/
Topic archived. No new replies allowed.