Thread: Change of base program

  1. #1
    Registered User cdonlan's Avatar
    Join Date
    Sep 2004
    Posts
    49

    Change of base program

    Hey guys im working on this change of base program and having a little problem with the algorithm needed to do so. This program converts a base 10 number to a balanced base 3. Thats when the digits are 1,0,-1, unlike the normal base where they are 2,1, and 0. I was told it would have to be done by doing the least significat digit first . I cant ever figure out how to do it going backwords on paper Any ideas would be great.

    Thanks

  2. #2
    UT2004 Addict Kleid-0's Avatar
    Join Date
    Dec 2004
    Posts
    656
    I wanted to help you, but I'm very ignorant of what you need. I wanted to research it, but I failed. What exactly does balanced base 3? I never heard of the term balanced before. And why do would anyone need a balanced number system?

  3. #3
    Registered User cdonlan's Avatar
    Join Date
    Sep 2004
    Posts
    49
    I know its crazy. Its impossible to find an info on it. I think I have the problem figured out though.

    Thanks for the help

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. BOOKKEEPING PROGRAM, need help!
    By yabud in forum C Programming
    Replies: 3
    Last Post: 11-16-2006, 11:17 PM
  2. Need help with my program...
    By Noah in forum C Programming
    Replies: 2
    Last Post: 03-11-2006, 07:49 PM
  3. Replies: 1
    Last Post: 01-24-2005, 02:07 PM
  4. Date program starts DOS's date
    By jrahhali in forum C++ Programming
    Replies: 1
    Last Post: 11-24-2003, 05:23 PM
  5. Replies: 2
    Last Post: 09-04-2001, 02:12 PM