怎么用C++画个圆出来呀,求神解

2026年09月24日 06:48
有1个网友回答
网友(1):

你可以先用visual studio新建一个基于mfc的win32窗口应用程序(exe),然后在对话框的OnDraw()事件中,用CDC来画图。。