I am new to to C++ programming. I need a simple yes or no answer. Is it possible to write a prgram to convert any base 10 integer to a base 2 integer?
This is a discussion on base 10 to base 2 conversion within the C++ Programming forums, part of the General Programming Boards category; I am new to to C++ programming. I need a simple yes or no answer. Is it possible to write ...
I am new to to C++ programming. I need a simple yes or no answer. Is it possible to write a prgram to convert any base 10 integer to a base 2 integer?
What do you think is the answer, and why?
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
Thanks! I really wasn't sure. Hopefully this is the last question I ever ask.
Could you please help me write a program that, given some arbitrary program and input for that program, will tell me if that program will stop executing eventually or run forever? ThanksOriginally Posted by gvkalra
Next time, try before you ask. At the moment you're relying on gvkalra's word alone. If gvkalra said no, would you believe it?Originally Posted by dteum
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way