• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MacrosLee's Mind
博客园    首页    新随笔    联系   管理    订阅  订阅
2011年10月18日
Simulate Message Mapping
摘要: Simulate Message Mapping 转载注明:http://www.cnblogs.com/macroslee/archive/2011/10/18/2216339.html文章有什么不知或错误,恳请指正,谢谢!Step 1: In SDK application, you handle a message by means of switch/case .But in MFC , you must use a message map to find the correct handler.But how to design,Message1------------------- 阅读全文
posted @ 2011-10-18 12:41 MacrosLee's Mind 阅读(297) 评论(0) 推荐(0)
C++复习总结
摘要: 转载注明:www.cnblogs.com/shiyangxt【转】C++复习总结///////////////////////////////////////////////////////////////////////////1.函数模板:实际上是建立一个通用函数,其函数类型和参数类型不具体指定,用一个虚拟的类型来代表,这个通用函数就是函数模板。#include<iostream>template<typenameT>Tconst&max(Tconst&a,Tconst&b){returna>b?a:b;}intmain(){intia 阅读全文
posted @ 2011-10-18 10:32 MacrosLee's Mind 阅读(543) 评论(1) 推荐(3)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3