C Board  

Go Back   C Board > Community Boards > Projects and Job Recruitment

Reply
 
LinkBack Thread Tools Display Modes
Old 09-20-2009, 07:16 AM   #1
Registered User
 
Join Date: Sep 2009
Posts: 1
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
silos1985 is offline   Reply With Quote
Old 09-20-2009, 07:39 AM   #2
Guest
 
Sebastiani's Avatar
 
Join Date: Aug 2001
Posts: 4,923
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.
Sebastiani is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

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


All times are GMT -6. The time now is 01:38 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22