首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > During the code development phase I detected some variables and actions that are...

During the code development phase I detected some variables and actions that are...

  • 资源大小:8.25 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Windows开发 others

资 源 简 介

During the code development phase I detected some variables and actions that are general for all the resizable controls and for this reason I decided to move them in a general interface, IResizeControl, from which all the resizable controls are to inherit. Technically, IResizeControl is not an interface because it doesn t have any pure virtual functions, but I still consider it an interface because it doesn t make any sense to declare IResizeControl objects. In fact, I am preventing the creation of IResizeControl objects by declaring the IResizeControl s constructor and destructor as protected. The IResizeControl class

文 件 列 表

Debug
ResizeButton.cpp
ResizeButton.h
ResizeControl.cpp
ResizeControl.h
ResizeEdit.cpp
ResizeEdit.h
ResizeListBox.cpp
ResizeListBox.h
VIP VIP
0.177428s