Search results for: "program_c"


C++ (Part3)

Toshi Warraich

You will have to define the type yourself, it will probably be something like the following: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 class……

by toshi-warraich

read more

C++ (Part2)

Toshi Warraich

Accidentally, one day I requested multiplication by a double: 1 2 FixedDecimal<2> d ("1.20"); assert ((d * 0.50).to_string()……

by toshi-warraich

read more

C++ (Part1)

Toshi Warraich

The classes you design can do more (in terms of allowed operations) than what you could figure out from just looking at their member……

by toshi-warraich

read more


Back to Top