josephus

Converting between bases in C++


A C++ program that converts and input number from base 2, 5,8 and 16 to base 10. I have tried solving the problem using switch case but the base of 16 is giving me problems.


Solution

  • this link will help you : www.cplusplus.com/forum/beginner/31776/