搜索资源列表
mfc
- 通讯录管理系统[经验]通讯录管理系统 - VC.NET论坛 - 编程论坛 8条回复 - 发帖时间: 2005年5月9日 利用MFC连接数据库有很多方法,选择一个比较适中的方法——利用MFC的ODBC类来制作通讯录管理系统。建立对话框应用程序,为其添加菜单实现登陆和密码修改功能,添加MFC-CDialog CString MessageBeep CWnd LoadIcon CDataExchange CWinApp CPoint CDC GetObject CreateFontIndir
6
- 定义一个CPoint类,利用成员函数的重载实现整数的两点间距离和浮点数的两点间距离。要求: (1) 分别用int,float数值类型设计成员函数重载; (2) 分别用int,float的数值测试该程序。-Define a CPoint class using overloaded member function implementations between two integer and floating-point distance between two points distan
homework of Progamming Class
- 定义一个CPoint类并用setpoint函数修改坐标值; 友元函数、静态函数等。(Define a CPoint class and modify the coordinate value with the setpoint function)