A
Andrew
Hi I have a question is there a function in C++ to convert an integer into a
Binary number
Thanks in Advance
Cheers
Binary number
Thanks in Advance
Cheers
On nearly every computer capable of running C++, integers are already binary. JustAndrew said:Hi I have a question is there a function in C++ to convert an integer into a
Binary number
Ron Natalie said:On nearly every computer capable of running C++, integers are already binary. Just
what exactly do you want to do?
Andrew said:I want to have a user input an integer and then display that integer in its
Binary format
an example
I enter an integer 708 I would want the screen to display 10101 or whatever
the equivalent represenation in binary format would
Andrew said:I want to have a user input an integer and then display that integer in its
Binary format
an example
I enter an integer 708 I would want the screen to display 10101 or whatever
the equivalent represenation in binary format would
As you can guess I don't quite have the math skills concerning this to be
able to do it myself so I was hoping there was a function of some sort to do
this
Andrew said:I want...
to have a user input an integer and then display that integer in its
Binary format
an example
I enter an integer 708 I would want the screen to display 10101 or whatever
the equivalent represenation in binary format would
As you can guess I don't quite have the math skills concerning this to be
able to do it myself so I was hoping there was a function of some sort to do
this
or if someone could explain in laymens terms how to do this in Math
that would be just as helpful
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.