/binary-conversion-in-CPP

Le but de ce programme est de pouvoir convertir du decimal en binaire/octal/hexa/shadock. Pour l'exécuter, il faut taper : ./[name exécutable].exe [name base] [chiffre à convertir]

Primary LanguageC++MIT LicenseMIT

binary conversion in CPP

The purpose of this program is to be able to convert from decimal to binary/octal/hexa/shadock.
🚧 First of all you have to compile it with this command:

g++ classe.cpp.cpp c_numeration.cpp -o [name executable].exe

To execute it, you have to type:

./[name executable].exe [name base] [number to be converted]

Base name are: b (binary) / o (octal) / h (hexa) / s (shadock)