hey all;
I have a few questions about how to work with binary numbers in C++:
1. How do you read in a binary number
2. How do you print out a binary number
3. how do you store a binary number
4. how do u convert a number from its decimal form to its binary equivalent
5. how do you convert a binary number to its decimal equvalent
Are there special function and classes to do these things??
Thank you very much for all your help in advance
I have a few questions about how to work with binary numbers in C++:
1. How do you read in a binary number
2. How do you print out a binary number
3. how do you store a binary number
4. how do u convert a number from its decimal form to its binary equivalent
5. how do you convert a binary number to its decimal equvalent
Are there special function and classes to do these things??
Thank you very much for all your help in advance