代码段1: 1 #include 2 #include 3 4 5 float mul_ints(int x, int y) { return ((float)x) * y; } 6 struct int_div { 7 float operator()(int x, int y)... Read More
posted @ 2014-05-09 13:25 仙人球球 Views(309) Comments(0) Diggs(0) Edit