Computer Science Canada Help on Strings and Base Conversion |
Author: | jennkongg [ Tue Apr 07, 2009 4:36 pm ] |
Post subject: | Help on Strings and Base Conversion |
On Turing, how do i write a program that converts a binary base (base 2) -> decimal (base 10) or an octal (base 8) -> hexadecimal (base 16)? |
Author: | Tony [ Tue Apr 07, 2009 4:53 pm ] |
Post subject: | RE:Help on Strings and Base Conversion |
http://wiki.compsci.ca/index.php?title=Number_Bases |