Thread: Program for converting between various positional numeral systems written in C++.

  1. #1
    Registered User
    Join Date
    Sep 2009
    Posts
    3

    Smile Program for converting between various positional numeral systems written in C++.

    Hi!
    I have made simple utility for converting between various positional numeral systems written in C++.
    Please test it and reports suggestions and bugs to me :-)

    Converting between any system with base between 2-36, numbers of big length, floating-point full support, saving results to a file, cross-platform (Windows, Linux).

    Features:

    * converting between any positional numeral system with base between 2-36 (extending posibility...)
    * converting numbers of big length
    * floating-point numbers full support
    * easily customizable set of characters (the digits)
    * saving calculation results to a text file
    * cross-platform (compiles freely on Windows with MS Visual C++ and MinGW and on Linux with g++)

    Download link

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Well, I'm too busy to comment more fully right now, but my overall judgement:
    1) Lot's of redundancy/unecessary duplication of code.
    2) Nonetheless, it looks well designed. Good work.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Another C - Program is to be written
    By sonusden in forum C Programming
    Replies: 2
    Last Post: 02-01-2002, 10:24 AM
  2. C- Program which is to be written?
    By sonusden in forum C Programming
    Replies: 2
    Last Post: 02-01-2002, 10:00 AM
  3. Program written with one type of error messge (but 17 of them!)
    By logic_dummy in forum C++ Programming
    Replies: 1
    Last Post: 10-29-2001, 07:09 PM
  4. Need Major Help On My Program!!
    By awkeller in forum C Programming
    Replies: 3
    Last Post: 10-17-2001, 05:44 PM