Question: This question is from Advanced Data Structure and Algorithms class Write a C++ program ConvertBaseSkeleton.cpp to convert a positive (decimal) integer p to base b
This question is from Advanced Data Structure and Algorithms class
Write a C++ program "ConvertBaseSkeleton.cpp" to convert a positive (decimal) integer p to base b where 2 b 36 and where additional digits are taken to be the letters A, B, ..., Z when 11 b 36. Your program is to call the function ChangeBase(p,b) that has input integers p and b and output a string representing p in base b.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
