我要做一个C语言的图形界面,用vc编,希望可以用鼠标点击

日期:2018-03-29 19:35:47 人气:2

我要做一个C语言的图形界面,用vc编,希望可以用鼠标点击

#include "stdio.h" #include "windows.h" LRESULT CALLBACK wndproc(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam); class win { public: BOOL W_class(HINSTANCE hInstance); BOOL create(HINSTANCE hInstance); }; BOOL win::
    A+
热门评论