Write a program converting Base 10 numbers to any base from 2 - 16 I've made one tiny tiny modification and that is: double number ; number = atof(argv[1]); show_bi...
Write a program converting Base 10 numbers to any base from 2 - 16 You're so kind.. I will try to modify this right away, thank you so much!
Write a program converting Base 10 numbers to any base from 2 - 16 double first; first= atof(argv[1]); if (argv[2][0] == 'b1') /...
Write a program converting Base 10 numbers to any base from 2 - 16 I tried typing exactly what the 'right shift' in the textbook says and yet my C++ program wont compi...
Write a program converting Base 10 numbers to any base from 2 - 16 Hey I think I'll just fail this project and try pass the next one, I don't think I could possibly fi...
This user does not accept Private Messages