sin函数请问各位高手,在C++中怎样打印出sin函数的图像?[解决办法]描点法。 [解决办法]#define PI 3.141592 int x,y; y = sin(x*180/PI); 再用描点函数就OK了