![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Registered User Join Date: Sep 2009
Posts: 1
| 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 | |
| | #2 |
| Guest 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 | |
![]() |
| Thread Tools | |
| Display Modes | |
|
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 |