How do I make a program to convert Octadecimal value to Decimal, Hexadecimal to Binary and Hexadecimal to Octadecimal.

Please help meee! T.T

Recommended Answers

All 2 Replies

Sscanf doesn't do octadecimal; it'll do decimal, binary, hexadecimal and octal.
Octa and dec implies 8 and 10, so digits 0-9, A-H. CProgrammmmer, do you mean octal (digits 0-7) or octadecimal (0-H)?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.