24.07.2018, 20:56
make a BitCoin system on the server
example of BTC 0.0000000000 , and receive 24 cents BTC which will be equal to 0.0000000024
but the variable can not put 00000012 ..
- I tried with 2 variables: new a = 2; // 2 BRC, new b = 00000012; cent BRC
format(form, sizeof(form), "%d.%d", a, b);// but the result is 2.12 and I want it to be 2.00000012
example of BTC 0.0000000000 , and receive 24 cents BTC which will be equal to 0.0000000024
but the variable can not put 00000012 ..
- I tried with 2 variables: new a = 2; // 2 BRC, new b = 00000012; cent BRC
format(form, sizeof(form), "%d.%d", a, b);// but the result is 2.12 and I want it to be 2.00000012