Original Post
Hi! I need to be able to specify how many decimals a double should have. Does anybody know a way to do this using C++? So if I've got 1.5328 and want to change it to 3 decimals it would become 1.533. Thanks in advance