Hello, I have researched the areas of the forums as much as I can to learn information on my topic. My project is I need to make a program where I input a number between 2 and 16 inclusive and that is my starting base. next I input a binary number, after that I input any other number between 2 and 16 again and it will convert it into that base. So I understand I need to convert my binary number into a decimal and then back to binary into the base that I input, but I have no idea how to write that as code, I don't even know where to begin. I am very new and c++ makes little sense to me. I appreciate any and all help.
I understand the assignment, its pretty straightforward. Take a binary number of a certain base, and convert it to binary of a different base. But to do that i have to convert it to decimal, and then back to binary.