Up Next
Go up to 2 Practice
Go forward to Language Support

Library Development

  • Traits Methodology
  • Const-Correctness Problem
  • Generic GUI Libraries
  • ...
  • Component Development within the STL Framework
  • Project: Domain-specific STL-like libraries
  • Project: Develop container traits
  • Project: Regular expression search
  • Project: Iterators for 2-level structures
  • Project: Design and implement trie-based associative containers
  • Project: Provide an alternative implementation of sorted-associative containers based on skip-lists
  • Project: Provide an alternative implementation of sorted-associative containers based on vectors
  • Project: Design and implement N-ary trees
  • Project: Design and implement a generic version of the Boyer-Moore searching algorithm
  • Project: Provide versions of all STL algorithms with O(N logN) or better worst-case time bounds
  • Project: Provide forward iterator versions for all of the STL algorithms
  • Project: Add 3-way comparison versions of all STL components that take comparisons
  • Project: Add iterator adaptors
  • Project: Define function_traits and re-implement function objects using them
  • Project: Provide parallel versions of important STL algorithms

  •  

    Up Next