早教吧 育儿知识 作业答案 考试题库 百科 知识分享

VC++.net错误Graphics*g=this->CreateGraphics();Error1errorC3699:'*':cannotusethisindirectionontype'System::Drawing::Graphics'e:\program\vc\文字窗体\文字窗体\Form1.h73文字窗体

题目详情
VC++.net错误Graphics* g=this->CreateGraphics(); Error 1 error C3699: '*' : cannot use this indirection on type 'System::Drawing::Graphics' e:\program\vc\文字窗体\文字窗体\Form1.h 73 文字窗体
▼优质解答
答案和解析
在VC++.net 中使用.net类库不使用 * 写法 Graphics^ g=this->CreateGraphics();