c语言光标定位函数 c语言里怎么定位光标?
c语言里怎么定位光标?设置CMD window void SetXY(int x,int y)//x,y的光标位置为光标坐标{cool coord={x,y}setconsole cursor pos
c语言里怎么定位光标?
设置CMD window void SetXY(int x,int y)//x,y的光标位置为光标坐标{cool coord={x,y}setconsole cursor position(getstdhandle(STD))uoutputuhandle,coord)}