error C2360: initialization of 'hPen' is skipped by 'case' label的解决方法
在写一个绘制正弦曲线的windows程序时,遇到这个问题。程序代码如下:LRESULT__stdcallWndProc(HWNDhWnd,UINTmessage,WPARAMwParam,LPARAMlParam){#defineSEGMENTS500 //取的点数(在一个周期内取500个点)#definePI3.1415926 //圆周率 HDChdc; PAINTSTRUCTps;