我在我的一本编程书中有这个C++代码:
WNDCLASSEX wndClass = { 0 }; wndClass.cbSize = sizeof(WNDCLASSEX); wndClass.style = CS_HREDRAW | CS_VREDRAW;
单管在C++ windows编程中做了什么?
c++ pipe
c++ ×1
pipe ×1