利用者:Tietew

出典: フリー教科書『ウィキブックス(Wikibooks)』

wp | wt | wb | wq | source | commons | species | meta

Status: ごめんなさい。あまり見ていません。ウィキメールをいただけるかIRCチャネル #wikipedia-ja で依頼いただければ見るようにいたします。

C++[編集]

入門編

  1. Hello, world! - main and std::cout
  2. std::string and std::cin
  3. if/for statement
  4. std::vector
  5. algorithm and iterator
  6. std::map
  7. exception
  8. boost library
  9. template function and functional object
  10. class and struct
  11. single inheritance and dynamic binding (virtual function)
  12. smart pointer

中級編

  • operator overload
  • boost library (again)
  • multiple inheritance and virtual inheritance
  • template and specialization
  • memory management

上級編

  • expression template

実践編

  • Microsoft Windows
  • X Window System
  • regular expression
  • XML handling
  • socket
  • CGI