Converting a fraction into other numeral system[quote]You should have a set maximum number of digits. [/quote] How can I know what this maximum nu...
Converting a fraction into other numeral systemIs it good ? :) [code]void foo(float fraction, const int& system) { int digit; fraction -=...
Converting a fraction into other numeral systemI also found this pdf: http://www.freeinfosociety.com/pdfs/computers/15binnumbers.pdf?phpMyAdmin=af...
Converting a fraction into other numeral systemHi there, I get a fraction in decimal and my job is to convert it into other numeral system (< 10...
Radians to degrees, minutes and secondsYou mean that this is a better solution ? [code]#include <iostream> #include <cstdlib> using names...
This user does not accept Private Messages