虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

您现在的位置是:虫虫下载站 > 资源下载 > 电子书籍 > &#12690 般&#12703 對 C++ templates 的粗淺印象

&#12690 般&#12703 對 C++ templates 的粗淺印象

  • 资源大小:1645 K
  • 上传时间: 2016-10-28
  • 上传用户:reed2453
  • 资源积分:2 下载积分
  • 标      签: templates 12690 12703

资 源 简 介

㆒ 般㆟ 對 C++ templates 的粗淺印象,大約停留在「容器(containers)」的製作㆖ 。稍有研究 則會發現,templates衍生出來的 C++ Generic Programming(泛型編程)技術,在 C++ 標準程 式庫㆗ 已經遍㆞ 開花結果。以 STL為重要骨幹的 C++ 標準程式庫,將 templates 廣泛運用於容 器 (containers) 、演算法 (algorithms) 、仿函式 (functors) 、配接器 (adapters) 、配置器 (allocators) 、 迭代器(iterators)㆖ 頭,無處不在,無役不與,乃至於原有的 class-based iostream都被改寫為 template-based iostream。

相 关 资 源