Closed gennadylokal closed 2 years ago
1) Performance 2) Precision loss for float data types in money calculations 3) There is no Decimal data type out of box in C++ compilers without using heavy third-party libs
so basically we need to convert decimal (dollar) into decicents or something? @chronoxor
Hello @chronoxor
I want to know why the price and quantity don't have a decimal value, is there any particular concern? is there any problem if I change it to decimal value?
Thank you in advance.