- Engineering
- Computer Science
- this question is from advanced data structure and algorithms class...
Question: this question is from advanced data structure and algorithms class...
Question details
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.
Solution by an expert tutor
